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";
|
||||
|
||||
hj = {
|
||||
".gitconfig".text = lib.generators.toGitINI {
|
||||
include.path = "~/.config/git/work_config";
|
||||
};
|
||||
".gitconfig".text = lib.mkAfter (
|
||||
lib.generators.toGitINI {
|
||||
include.path = "~/.config/git/work_config";
|
||||
}
|
||||
);
|
||||
|
||||
".ssh/config".text = lib.mkBefore ''
|
||||
Include work_config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue