fix
This commit is contained in:
parent
3b6d97e88e
commit
1a840b77f5
|
@ -22,7 +22,11 @@
|
|||
hardware.opengl.extraPackages = with pkgs; [
|
||||
mesa.drivers
|
||||
intel-media-driver
|
||||
(if (lib.versionOlder (lib.versions.majorMinor lib.version) "23.11") then vaapiIntel else intel-vaapi-driver)
|
||||
# not added due to collision
|
||||
# https://github.com/NixOS/nixos-hardware/issues/1170
|
||||
#(if (lib.versionOlder (lib.versions.majorMinor lib.version) "23.11")
|
||||
# then vaapiIntel
|
||||
# else intel-vaapi-driver)
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
intel-ocl
|
||||
|
|
Loading…
Reference in New Issue