diff --git a/systems/mottarone/default.nix b/systems/mottarone/default.nix index 8315878..24173c8 100644 --- a/systems/mottarone/default.nix +++ b/systems/mottarone/default.nix @@ -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