diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-13 15:43:16 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-13 15:43:16 +0200 |
commit | ba35a5db3608fa29bafcdc267443a55c256149b7 (patch) | |
tree | b1ec766d2fe5aeba8551cedc8d9ac7ad9db8c55d | |
parent | 905b99dd5553ca4a5dc576e8b80c2cdb9b89256c (diff) | |
download | nixos-ba35a5db3608fa29bafcdc267443a55c256149b7.tar nixos-ba35a5db3608fa29bafcdc267443a55c256149b7.tar.gz nixos-ba35a5db3608fa29bafcdc267443a55c256149b7.tar.bz2 nixos-ba35a5db3608fa29bafcdc267443a55c256149b7.tar.xz nixos-ba35a5db3608fa29bafcdc267443a55c256149b7.zip |
Pulseaudio on vali
-rw-r--r-- | vali.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -56,6 +56,7 @@ rec { | |||
56 | mosh | 56 | mosh |
57 | ntfs3g | 57 | ntfs3g |
58 | sshfsFuse | 58 | sshfsFuse |
59 | pavucontrol | ||
59 | ]; | 60 | ]; |
60 | 61 | ||
61 | # List services that you want to enable: | 62 | # List services that you want to enable: |
@@ -142,8 +143,10 @@ rec { | |||
142 | 143 | ||
143 | hardware.opengl.driSupport32Bit = true; | 144 | hardware.opengl.driSupport32Bit = true; |
144 | 145 | ||
146 | hardware.pulseaudio.enable = true; | ||
147 | |||
145 | sound = { | 148 | sound = { |
146 | enable = true; | 149 | enable = false; |
147 | extraConfig = '' | 150 | extraConfig = '' |
148 | defaults.pcm.!card 1 | 151 | defaults.pcm.!card 1 |
149 | ''; | 152 | ''; |