diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -154,6 +154,11 @@ | |||
154 | 154 | ||
155 | sound.enable = true; | 155 | sound.enable = true; |
156 | 156 | ||
157 | hardware.opengl = { | ||
158 | enable = true; | ||
159 | extraPackages = with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]; | ||
160 | }; | ||
161 | |||
157 | nix.gc = { | 162 | nix.gc = { |
158 | automatic = true; | 163 | automatic = true; |
159 | dates = "daily"; | 164 | dates = "daily"; |