feat(pkgs): add intel compute runtime

This commit is contained in:
winston 2023-06-08 22:55:45 +02:00
parent 9e23f631a1
commit 99d0a0c005
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -26,10 +26,11 @@ in {
enable = true; enable = true;
driSupport32Bit = true; driSupport32Bit = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
intel-compute-runtime
intel-media-driver intel-media-driver
libvdpau-va-gl
vaapiIntel vaapiIntel
vaapiVdpau vaapiVdpau
libvdpau-va-gl
]; ];
}; };