fix(mottarone): include gitconfig at the end of the file
This commit is contained in:
parent
c21baa17ec
commit
e8cbf13f2d
1 changed files with 5 additions and 3 deletions
|
@ -30,9 +30,11 @@ in
|
||||||
i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8";
|
i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8";
|
||||||
|
|
||||||
hj = {
|
hj = {
|
||||||
".gitconfig".text = lib.generators.toGitINI {
|
".gitconfig".text = lib.mkAfter (
|
||||||
|
lib.generators.toGitINI {
|
||||||
include.path = "~/.config/git/work_config";
|
include.path = "~/.config/git/work_config";
|
||||||
};
|
}
|
||||||
|
);
|
||||||
|
|
||||||
".ssh/config".text = lib.mkBefore ''
|
".ssh/config".text = lib.mkBefore ''
|
||||||
Include work_config
|
Include work_config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue