about summary refs log tree commit diff stats
path: root/system/graphics/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/graphics/default.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/system/graphics/default.nix b/system/graphics/default.nix
deleted file mode 100644
index 28f958c1..00000000
--- a/system/graphics/default.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-  config,
-  pkgs,
-  ...
-}: {
-  hardware.opengl = {
-    enable = true;
-    extraPackages = builtins.attrValues {
-      inherit
-        (pkgs)
-        vaapiVdpau
-        libvdpau-va-gl
-        ;
-    };
-  };
-}
-# vim: ts=2
-