add args back

This commit is contained in:
Satria 2026-02-28 19:29:43 +07:00
commit 1a0d6e556d

View file

@ -51,6 +51,7 @@
}; };
homeConfig = host: inputs.hm.lib.homeManagerConfiguration { homeConfig = host: inputs.hm.lib.homeManagerConfiguration {
extraSpecialArgs = args // { hostname = host; };
inherit pkgs; inherit pkgs;
modules = [ modules = [
./hosts/${host}/home.nix ./hosts/${host}/home.nix