fix(mottarone): include gitconfig at the end of the file

This commit is contained in:
uku 2025-05-22 16:47:46 +02:00
parent c21baa17ec
commit e8cbf13f2d
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -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