diff --git a/flake.nix b/flake.nix index 5fb12a0..83d52e2 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,7 @@ }; homeConfig = host: inputs.hm.lib.homeManagerConfiguration { + extraSpecialArgs = args // { hostname = host; }; inherit pkgs; modules = [ ./hosts/${host}/home.nix