diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -196,6 +196,11 @@ | |||
196 | 196 | ||
197 | sound.enable = true; | 197 | sound.enable = true; |
198 | 198 | ||
199 | hardware.opengl = { | ||
200 | enable = true; | ||
201 | extraPackages = with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]; | ||
202 | }; | ||
203 | |||
199 | nix.gc = { | 204 | nix.gc = { |
200 | automatic = true; | 205 | automatic = true; |
201 | dates = "daily"; | 206 | dates = "daily"; |