ctucx.git: nixfiles

ctucx' nixfiles

commit 0c2e3e485ca399e6b2e88c9acd137f80e36d8a60
parent e352b5367fdeb91c29dc934e3e4ccf783fe879d3
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 17:18:50 +0100

configurations/desktop-sway: add extra drivers
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/configurations/desktop-sway.nix b/configurations/desktop-sway.nix
@@ -6,8 +6,14 @@
 
   hardware = {
     opengl = {
-      enable     = true;
-      driSupport = true;
+      enable        = true;
+      driSupport    = true;
+      extraPackages = with pkgs; [
+        vaapiIntel
+        vaapiVdpau
+        libvdpau-va-gl
+        intel-media-driver
+      ];
     };
 
     trackpoint = {