summaryrefslogtreecommitdiff
path: root/system/graphics.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
commit15d50528cf86e93bad19f65f1e4b47af49e94d71 (patch)
treecaaa600a8f38df84dc269a3844d276393e90262c /system/graphics.nix
parent72ee2b5a1e65ce804d6e1dcfd11aec06385594cc (diff)
Nuked everything
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
- ];
- };
-}