This commit is contained in:
2025-08-19 02:01:17 -05:00
parent 2900d39f2d
commit a521301818
4 changed files with 31 additions and 2 deletions

View File

@@ -96,7 +96,7 @@
graphical = 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 [])
++ config.sysconfig.users.${x}.home-manager.extraModules));
})
(builtins.partition