This commit is contained in:
2025-11-23 17:27:21 -06:00
parent 31fa6033b0
commit 4a1cd4804d

View File

@@ -94,7 +94,7 @@
homeconfig = { homeconfig = {
host = config.sysconfig.host; host = config.sysconfig.host;
name = x; name = x;
graphical = config.sysconfig.graphical; graphical = lib.mkDefault config.sysconfig.graphical;
}; };
} }
] ++ (if inputs ? ${x} then [ (inputs.${x} /*{ config = config.home-manager.users.${x}; inherit lib pkgs inputs; }*/) ] else []) ] ++ (if inputs ? ${x} then [ (inputs.${x} /*{ config = config.home-manager.users.${x}; inherit lib pkgs inputs; }*/) ] else [])