summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix5
-rw-r--r--users/gkleen@hel.nix4
2 files changed, 9 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 74441e27..64f1e60e 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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";
diff --git a/users/gkleen@hel.nix b/users/gkleen@hel.nix
index 43a8fd0f..472d07a1 100644
--- a/users/gkleen@hel.nix
+++ b/users/gkleen@hel.nix
@@ -17,4 +17,8 @@
17 enableWideVine = true; 17 enableWideVine = true;
18 hiDPI = true; 18 hiDPI = true;
19 }; 19 };
20
21 mpv = {
22 vaapiSupport = true;
23 };
20} 24}