From e8cbf13f2dcb2849102f08ab5d224fae3f3e0dc1 Mon Sep 17 00:00:00 2001 From: uku Date: Thu, 22 May 2025 16:47:46 +0200 Subject: [PATCH] fix(mottarone): include gitconfig at the end of the file --- systems/mottarone/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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