feat(git): add git module, set user config

This commit is contained in:
Mohammad Rafiq 2025-07-07 09:47:46 +08:00
parent 9fb9598d16
commit 63fef3193e
No known key found for this signature in database
5 changed files with 15 additions and 2 deletions

View file

@ -6,6 +6,7 @@ let
globalCfg = {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = { inherit (cfg) manifest; };
sharedModules = [
(flattenAttrs (cfg.modules.homeManager or { }))
];