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;
|
||||
driSupport = false;
|
||||
package = config.hardware.nvidia.package;
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
VK_DRIVER_FILES=/run/opengl-driver/share/vulkan/icd.d/nvidia_icd.x86_64.json;
|
||||
extraPackages = with pkgs; [
|
||||
vaapiVdpau
|
||||
];
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue