summaryrefslogtreecommitdiff
path: root/modules/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware')
-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
+ ];
};
}