add vaapiVdpau as extra package for opengl
This commit is contained in:
parent
9d07038279
commit
25145305e6
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue