summary refs log tree commit diff stats
path: root/modules/intel-gpu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/intel-gpu.nix')
-rw-r--r--modules/intel-gpu.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/intel-gpu.nix b/modules/intel-gpu.nix
new file mode 100644
index 0000000..775396a
--- /dev/null
+++ b/modules/intel-gpu.nix
@@ -0,0 +1,6 @@
+{ config, pkgs, ... }:
+
+{ hardware.opengl.extraPackages = with pkgs; [
+    vaapiIntel
+  ];
+}