From 1a0d6e556dea428f4f7df9e1b458c25f2176eec2 Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 28 Feb 2026 19:29:43 +0700 Subject: [PATCH] add args back --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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