mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-12 22:19: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
|
config.hardware.intelgpu.driver
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables = {
|
|
||||||
VDPAU_DRIVER = lib.mkIf config.hardware.graphics.enable (lib.mkDefault "va_gl");
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware.graphics.extraPackages = with pkgs; [
|
hardware.graphics.extraPackages = with pkgs; [
|
||||||
(
|
(
|
||||||
if (lib.versionOlder (lib.versions.majorMinor lib.version) "23.11") then
|
if (lib.versionOlder (lib.versions.majorMinor lib.version) "23.11") then
|
||||||
|
|
Loading…
Reference in a new issue