PulseAudio: Difference between revisions

Bmillwood (talk | contribs)
Enabling PulseAudio: per the 24.11 release notes, you need to disable pipewire now
unstable uses services not hardware for pulseaudio
Line 10: Line 10:
hardware.pulseaudio.enable = true;
hardware.pulseaudio.enable = true;
hardware.pulseaudio.support32Bit = true;    ## If compatibility with 32-bit applications is desired.
hardware.pulseaudio.support32Bit = true;    ## If compatibility with 32-bit applications is desired.
# If your on nixos-unstable you should instead use
services.pulseaudio.enable = true;
services.pulseaudio.support32Bit = true;
</syntaxhighlight>
</syntaxhighlight>