PipeWire: Difference between revisions

imported>Hypnosis2839
pactl not found: remove recommendation to install pulseaudio
imported>Hypnosis2839
Enabling PipeWire: clarify use of sound.enable
Line 10: Line 10:


<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">
# Remove sound.enable or turn it off if you had it set previously, it seems to cause conflicts with pipewire
# Remove sound.enable or set it to false if you had it set previously, as sound.enable is only meant for ALSA-based configurations
#sound.enable = false;


# rtkit is optional but recommended
# rtkit is optional but recommended