home: git: add EPITA identity

Make it conditional on the repositorie's path, as with the Arch
configuration.
This commit is contained in:
Bruno BELANYI 2021-02-19 22:06:51 +00:00
parent 12712f3f77
commit d5ec493b92
2 changed files with 9 additions and 0 deletions

View file

@ -91,5 +91,10 @@
autoStash = true;
};
};
# Multiple identities
includes = [
{ path = ./epita.config; condition = "gitdir:~/git/EPITA/"; }
];
};
}