add more intel hardware drivers to galadriel

This commit is contained in:
2026-02-25 10:19:52 +01:00
parent 1e33700125
commit eb792800a1

View File

@@ -35,6 +35,13 @@
extraPackages = with pkgs; [
vpl-gpu-rt
#hardware decode and opencl
vaapiIntel
intel-media-driver # LIBVA_DRIVER_NAME=iHD (for HD Graphics starting Broadwell (2014) and newer)
intel-vaapi-driver # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)
libvdpau-va-gl
intel-compute-runtime
];
};