summaryrefslogtreecommitdiff
path: root/system/graphics.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/graphics.nix')
-rw-r--r--system/graphics.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/system/graphics.nix b/system/graphics.nix
deleted file mode 100644
index e2d9629..0000000
--- a/system/graphics.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{pkgs, ...}: {
- services.xserver.videoDrivers = ["intel"];
-
- hardware.graphics = {
- enable = true;
- extraPackages = with pkgs; [
- intel-vaapi-driver
- intel-media-driver
- intel-compute-runtime
- mesa
- ];
- };
-}