Skip to content

Commit ec3d46c

Browse files
authored
nixos/pipewire: mention possible integration with pulseaudio (#353789)
2 parents f68a3b9 + 2415e26 commit ec3d46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/desktops/pipewire/pipewire.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ in {
332332
{
333333
# JACK intentionally not checked, as PW-on-JACK setups are a thing that some people may want
334334
assertion = (cfg.alsa.enable || cfg.pulse.enable) -> cfg.audio.enable;
335-
message = "Using PipeWire's ALSA/PulseAudio compatibility layers requires running PipeWire as the sound server. Set `services.pipewire.audio.enable` to true.";
335+
message = "Using PipeWire's ALSA/PulseAudio compatibility layers requires running PipeWire as the sound server. Either set `services.pipewire.audio.enable` to true to enable audio support, or set both `services.pipewire.pulse.enable` and `services.pipewire.alsa.enable` to false to use pipewire exclusively for the compositor.";
336336
}
337337
{
338338
assertion = length

0 commit comments

Comments
 (0)