summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/vali.nix b/vali.nix
index a6647585..89e104e7 100644
--- a/vali.nix
+++ b/vali.nix
@@ -131,6 +131,13 @@ rec {
131 }; 131 };
132 132
133 hardware.opengl.driSupport32Bit = true; 133 hardware.opengl.driSupport32Bit = true;
134
135 sound = {
136 enable = true;
137 extraConfig = ''
138 defaults.pcm.!card 2
139 '';
140 };
134 141
135 nixpkgs.config.allowUnfree = true; 142 nixpkgs.config.allowUnfree = true;
136} 143}