feat(git): add git module, set user config
This commit is contained in:
parent
afa5f72f8f
commit
0c706f4a0b
5 changed files with 15 additions and 2 deletions
|
@ -6,6 +6,7 @@ let
|
|||
globalCfg = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = { inherit (cfg) manifest; };
|
||||
sharedModules = [
|
||||
(flattenAttrs (cfg.modules.homeManager or { }))
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue