add vaapiVdpau as extra package for opengl

This commit is contained in:
Noa Aarts 2024-04-30 00:10:02 +02:00
parent 9d07038279
commit 25145305e6

View file

@ -36,10 +36,9 @@ rec {
enable = true; enable = true;
driSupport = false; driSupport = false;
package = config.hardware.nvidia.package; package = config.hardware.nvidia.package;
}; extraPackages = with pkgs; [
vaapiVdpau
environment.variables = { ];
VK_DRIVER_FILES=/run/opengl-driver/share/vulkan/icd.d/nvidia_icd.x86_64.json;
}; };
# Allow unfree packages # Allow unfree packages