add f2fs, optimise tbb for vmware

This commit is contained in:
k3t
2026-06-27 19:34:57 -06:00
parent 65a190e115
commit f82821bdd2
3 changed files with 12 additions and 5 deletions
+4 -4
View File
@@ -10,13 +10,13 @@
enable32Bit = true;
extraPackages = with pkgs; [
# Required for modern Intel GPUs (Xe iGPU and ARC)
intel-media-driver # VA-API (iHD) userspace
vpl-gpu-rt # oneVPL (QSV) runtime
#intel-media-driver # VA-API (iHD) userspace
#vpl-gpu-rt # oneVPL (QSV) runtime
# Optional (compute / tooling):
intel-compute-runtime # OpenCL (NEO) + Level Zero for Arc/Xe
#intel-compute-runtime # OpenCL (NEO) + Level Zero for Arc/Xe
# NOTE: 'intel-ocl' also exists as a legacy package; not recommended for Arc/Xe.
libvdpau-va-gl # Only if you must run VDPAU-only apps
#libvdpau-va-gl # Only if you must run VDPAU-only apps
vkbasalt
];
};