intel-ocl

This commit is contained in:
Vinzenz Schroeter 2024-07-21 14:10:13 +02:00
parent 1f7bf4ca7a
commit 517753081e

View file

@ -24,6 +24,7 @@ in {
vaapiIntel
vaapiVdpau
libvdpau-va-gl
intel-ocl
];
extraPackages32 = with pkgs.pkgsi686Linux; [
intel-media-driver
@ -35,6 +36,7 @@ in {
environment.systemPackages = with pkgs; [
nvtopPackages.intel
];
my.allowUnfreePackages = ["intel-ocl"];
})
];
}