diff --git a/hosts/laptop1/configuration.nix b/hosts/laptop1/configuration.nix index ac7a0b1..f3d9a90 100644 --- a/hosts/laptop1/configuration.nix +++ b/hosts/laptop1/configuration.nix @@ -6,6 +6,10 @@ ../common/common.nix ./hardware-configuration.nix ]; + + smayzy = { + laptop.enable = true; + }; home-manager = { extraSpecialArgs = { inherit inputs; };