opengl intel

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-06 19:38:24 +01:00
parent af66a3f524
commit 34a8c1443a
2 changed files with 1 additions and 0 deletions

View file

@ -58,6 +58,7 @@ in
}; };
enableRedistributableFirmware = lib.mkDefault true; enableRedistributableFirmware = lib.mkDefault true;
enableAllFirmware = true; enableAllFirmware = true;
opengl.extraPackages = with pkgs; [ intel-compute-runtime ];
}; };
programs = { programs = {