Add opencl for intel to teapot
This commit is contained in:
parent
564545dc4f
commit
0713303dbe
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ suites, ... }:
|
||||
{ suites, pkgs, ... }:
|
||||
{
|
||||
imports = suites.lap;
|
||||
|
||||
|
@ -55,5 +55,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
intel-ocl
|
||||
intel-compute-runtime
|
||||
];
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue