all repos — archive/nixos-configuration @ 106542e052137ba632402276e1621bc16a3ab907

Superseded by nixfiles

Audio: Enable more PulseAudio features

Alan Pearce
commit

106542e052137ba632402276e1621bc16a3ab907

parent

663992bd5a621a40a8f0124369d5ffa821871e19

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M modules/hardware/audio.nixmodules/hardware/audio.nix
@@ -3,6 +3,7 @@
{ hardware.pulseaudio = { enable = true; support32Bit = true; + package = pkgs.pulseaudioFull; }; sound.enable = true;