mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-16 17:40:34 +01:00
thinkpad-nixos: Use correct git info for personal projects
This commit is contained in:
parent
621c0dc829
commit
eb56a36027
1 changed files with 11 additions and 0 deletions
|
|
@ -55,6 +55,17 @@ in {
|
|||
programs.git = {
|
||||
userName = "Quentin Boyer";
|
||||
userEmail = config.workAddr;
|
||||
includes = [
|
||||
{
|
||||
condition = "gitdir:~/Perso/";
|
||||
contents = {
|
||||
user = {
|
||||
email = "quentin@familleboyer.net";
|
||||
name = "traxys";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue