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:
parent
04f574a1c0
commit
b36e8f733d
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue