diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index 03ee964..5a955e9 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -89,6 +89,7 @@ settings.drivers.gpu.nvidia.enable = lib.mkForce true; settings.services.switcheroo.enable = lib.mkForce true; environment.systemPackages = [ (pkgs.blender.override { cudaSupport = true; }) ]; + environment.etc."specialisation".text = "nvidia"; }; };