summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/vali.nix b/vali.nix
index d6e6df4c..e5e66be4 100644
--- a/vali.nix
+++ b/vali.nix
@@ -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 '';