This commit is contained in:
Chris Cochrun 2025-11-20 10:51:10 -06:00
parent abe33596e4
commit 7e59381e92
4 changed files with 5 additions and 9 deletions

View file

@ -33,7 +33,7 @@
enable = true;
extraPackages = with pkgs; [
intel-media-driver # LIBVA_DRIVER_NAME=iHD
vaapiIntel # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)
libva-vdpau-driver # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)
libvdpau-va-gl
];
};