home: git: use 'mkAfter' for config includes
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This should ensure that they will be included at the very end of the
configuration, even if other modules add more includes.

Notably, this ensures that the local configuration can override any
other setting.
This commit is contained in:
Bruno BELANYI 2025-02-21 16:41:54 +00:00
parent 1237ef4174
commit 337d7309c6

View file

@ -162,7 +162,7 @@ in
}; };
}; };
includes = [ includes = lib.mkAfter [
# Multiple identities # Multiple identities
{ {
condition = "gitdir:~/git/EPITA/"; condition = "gitdir:~/git/EPITA/";