plasma5: Enable PipeWire by default

`xdg-desktop-portal-kde` expects PipeWire to be running, so we enable it by
default, but we don't replace PulseAudio. The user may disable it against our
default, if desired.
This commit is contained in:
Thomas Tuegel 2022-11-23 10:23:24 -06:00 committed by Peter Hoeg
parent e161ac7bbf
commit 34b2fcfd19

View file

@ -446,6 +446,9 @@ in
xdg.portal.enable = true;
xdg.portal.extraPortals = [ plasma5.xdg-desktop-portal-kde ];
# xdg-desktop-portal-kde expects PipeWire to be running.
# This does not, by default, replace PulseAudio.
services.pipewire.enable = mkDefault true;
# Update the start menu for each user that is currently logged in
system.userActivationScripts.plasmaSetup = activationScript;