move all git options into one include
This commit is contained in:
parent
1354026600
commit
64cf9c02dc
1 changed files with 5 additions and 7 deletions
|
@ -42,13 +42,11 @@ in {
|
|||
};
|
||||
includes = [
|
||||
{
|
||||
contents = { core.editor = cfg.editor; };
|
||||
}
|
||||
{
|
||||
contents = { init.defaultBranch = cfg.defaultBranch; };
|
||||
}
|
||||
{
|
||||
contents = { push.autoSetupRemote = true; };
|
||||
contents = {
|
||||
core.editor = cfg.editor;
|
||||
init.defaultBranch = cfg.defaultBranch;
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue