diff options
| author | Fuwn <[email protected]> | 2024-08-30 16:40:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 16:40:58 -0700 |
| commit | 52306bb5f72d31012e47cdc9735836f34129a2ec (patch) | |
| tree | 8ff9f9a55485c71b25fe85fc46de6d780c6e0fed /modules/hardware/graphics.nix | |
| parent | update (diff) | |
| download | nixos-config-52306bb5f72d31012e47cdc9735836f34129a2ec.tar.xz nixos-config-52306bb5f72d31012e47cdc9735836f34129a2ec.zip | |
update
Diffstat (limited to 'modules/hardware/graphics.nix')
| -rw-r--r-- | modules/hardware/graphics.nix | 7 |
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 + ]; }; } |