l pipwire: add wireplumber workaround for systemWide
This commit is contained in:
parent
5f317cd595
commit
d2556cf5c7
@ -22,4 +22,15 @@
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
|
||||
systemd.services.wireplumber = {
|
||||
environment = {
|
||||
HOME = "/var/lib/wireplumber";
|
||||
DISPLAY = ":0";
|
||||
};
|
||||
path = [
|
||||
pkgs.dbus
|
||||
];
|
||||
serviceConfig.StateDirectory = "wireplumber";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user