0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

plasma5: allow pipewire-pulse instead of pulseaudio for mobile

This commit is contained in:
Linus Heckemann 2022-12-26 17:54:12 +01:00
parent 04f574a1c0
commit b36e8f733d

View file

@ -545,7 +545,7 @@ in
}
{
# The user interface breaks without pulse
assertion = config.hardware.pulseaudio.enable;
assertion = config.hardware.pulseaudio.enable || (config.services.pipewire.enable && config.services.pipewire.pulse.enable);
message = "Plasma Mobile requires pulseaudio.";
}
];