all repos — nixfiles @ 351141246ce1af29f2269c061d0b11b7eda088f3

System and user configuration, managed by nix and home-manager

nvidia: include vaapi driver

Alan Pearce
commit

351141246ce1af29f2269c061d0b11b7eda088f3

parent

1650144dc029e9fce77ef8b102595046a7272d6d

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M system/settings/hardware/nvidia-gpu.nixsystem/settings/hardware/nvidia-gpu.nix
@@ -12,7 +12,7 @@ blacklistedKernelModules = ["nouveau"];
extraModulePackages = [nvidia_x11]; }; - environment.systemPackages = [nvidia_x11]; + environment.systemPackages = [ nvidia_x11 pkgs.nvidia-vaapi-driver ]; hardware.nvidia = { modesetting.enable = true; powerManagement = {