PulseAudio: Difference between revisions
reflecting PipeWire as the new default |
→Enabling PulseAudio: per the 24.11 release notes, you need to disable pipewire now |
||
| Line 6: | Line 6: | ||
Add to your configuration: | Add to your configuration: | ||
< | <syntaxhighlight lang="nix"> | ||
services.pipewire.enable = false; | |||
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. | ||
</ | </syntaxhighlight> | ||
You may need to add users to the <tt>audio</tt> group for them to be able to use audio devices: | You may need to add users to the <tt>audio</tt> group for them to be able to use audio devices: | ||