all repos — nixfiles @ 106542e052137ba632402276e1621bc16a3ab907

System and user configuration, managed by nix and home-manager

Audio: Enable more PulseAudio features
Alan Pearce alan@alanpearce.eu
Mon, 30 Apr 2018 19:32:30 +0200
commit

106542e052137ba632402276e1621bc16a3ab907

parent

663992bd5a621a40a8f0124369d5ffa821871e19

1 files changed, 1 insertions(+), 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;