summaryrefslogtreecommitdiff
path: root/modules/hardware/graphics.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/graphics.nix')
-rw-r--r--modules/hardware/graphics.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/hardware/graphics.nix b/modules/hardware/graphics.nix
index b757b58..0e01517 100644
--- a/modules/hardware/graphics.nix
+++ b/modules/hardware/graphics.nix
@@ -9,5 +9,11 @@
vaapiVdpau
libvdpau-va-gl
];
+
+ extraPackages32 = with pkgs; [
+ nvidia-vaapi-driver
+ vaapiVdpau
+ libvdpau-va-gl
+ ];
};
}