diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index 7dd308d..705107c 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -18,7 +18,10 @@ }; home-manager = { - extraSpecialArgs = { inherit inputs; }; + extraSpecialArgs = { + inherit inputs; + smayzy = config.smayzy; + }; users = { smayzy = import ./home.nix; };