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. 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 defd42e041

View file

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