mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-09 12:39:40 +01:00
gpu/intel: cleanup vdpau variable
This commit is contained in:
parent
9fc19be21f
commit
c4e1b82a91
1 changed files with 0 additions and 4 deletions
|
@ -26,10 +26,6 @@
|
|||
config.hardware.intelgpu.driver
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
VDPAU_DRIVER = lib.mkIf config.hardware.graphics.enable (lib.mkDefault "va_gl");
|
||||
};
|
||||
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
(
|
||||
if (lib.versionOlder (lib.versions.majorMinor lib.version) "23.11") then
|
||||
|
|
Loading…
Reference in a new issue