forked from poz/niksos
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 = [
|
includes = [
|
||||||
{
|
{
|
||||||
contents = { core.editor = cfg.editor; };
|
contents = {
|
||||||
}
|
core.editor = cfg.editor;
|
||||||
{
|
init.defaultBranch = cfg.defaultBranch;
|
||||||
contents = { init.defaultBranch = cfg.defaultBranch; };
|
push.autoSetupRemote = true;
|
||||||
}
|
};
|
||||||
{
|
|
||||||
contents = { push.autoSetupRemote = true; };
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue