diff options
| -rw-r--r-- | vali.nix | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -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 | } |
