diff --git a/hosts/teapot.nix b/hosts/teapot.nix index 12275e9..09ce1c2 100644 --- a/hosts/teapot.nix +++ b/hosts/teapot.nix @@ -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; }