Open forest-cat opened 1 month ago
check /etc/systemd/user/wireplumber.service.d/overrides.conf
, it should show that wireplumber configs are to a nix-store directory e.g.
Environment="XDG_DATA_DIRS=/nix/store/q45lchmbg047lip6cxnirqcx4cfbhf84-wireplumber-configs/share:/nix/store/61b60y38nk2zgzc3z151qqy86sdfha72-wireplumber-0.5.6/share"
follow that directory's ./wireplumber/wireplumber.conf.d/
, and you'll find your configs.
check
/etc/systemd/user/wireplumber.service.d/overrides.conf
, it should show that wireplumber configs are to a nix-store directory e.g.Environment="XDG_DATA_DIRS=/nix/store/q45lchmbg047lip6cxnirqcx4cfbhf84-wireplumber-configs/share:/nix/store/61b60y38nk2zgzc3z151qqy86sdfha72-wireplumber-0.5.6/share"
follow that directory's
./wireplumber/wireplumber.conf.d/
, and you'll find your configs.
Okay i was able to find it that way, but now i have another issue. Ive put
services.pipewire = {
enable = true;
pulse.enable = true;
wireplumber.extraConfig.wireplumber = {
"wireplumber.settings"."device.routes.default-sink-volume" = "0.0";
"wireplumber.settings"."device.routes.default-source-volume" = "0.0";
};
};
in my configuration but the config still states:
device.routes.default-sink-volume = {
description = "The default volume for sink devices"
type = "float"
default = 0.064
min = 0.0
max = 1.0
}
device.routes.default-source-volume = {
description = "The default volume for source devices"
type = "float"
default = 1.0
min = 0.0
max = 1.0
}
Probably i just got something wrong in the configuration but could you help me out there?
Describe the bug
Setting
wireplumber.extraConfig
does not write a config fileSteps To Reproduce
Steps to reproduce the behavior:
wireplumber.extraConfig
Expected behavior
Nix should write a wireplumber config
Additional context
Metadata
Add a :+1: reaction to issues you find important.