mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +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…
Add table
Add a link
Reference in a new issue