aboutsummaryrefslogtreecommitdiffstats
path: root/system/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'system/graphics')
-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
-