summaryrefslogtreecommitdiff
path: root/modules/hardware/graphics.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-30 16:40:58 -0700
committerFuwn <[email protected]>2024-08-30 16:40:58 -0700
commit52306bb5f72d31012e47cdc9735836f34129a2ec (patch)
tree8ff9f9a55485c71b25fe85fc46de6d780c6e0fed /modules/hardware/graphics.nix
parentupdate (diff)
downloadnixos-config-52306bb5f72d31012e47cdc9735836f34129a2ec.tar.xz
nixos-config-52306bb5f72d31012e47cdc9735836f34129a2ec.zip
update
Diffstat (limited to 'modules/hardware/graphics.nix')
-rw-r--r--modules/hardware/graphics.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/hardware/graphics.nix b/modules/hardware/graphics.nix
index ae9d2fc..b757b58 100644
--- a/modules/hardware/graphics.nix
+++ b/modules/hardware/graphics.nix
@@ -3,6 +3,11 @@
hardware.graphics = {
enable = true;
enable32Bit = true;
- extraPackages = with pkgs; [ nvidia-vaapi-driver ];
+
+ extraPackages = with pkgs; [
+ nvidia-vaapi-driver
+ vaapiVdpau
+ libvdpau-va-gl
+ ];
};
}