1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00

gpu/intel: cleanup vdpau variable

This commit is contained in:
Luna 2024-08-27 18:54:26 -07:00 committed by mergify[bot]
parent 9fc19be21f
commit c4e1b82a91

View file

@ -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