fixes commiter names
This commit is contained in:
parent
d18c51a3ef
commit
79ea2fe122
2 changed files with 3 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
};
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = (if vars.user == "alyx" then "cydiralis" else "beanigen");
|
||||
userName = vars.user;
|
||||
userEmail = (if vars.user == "alyx" then "cydiralis@proton.me" else "beanigit@protonmail.com");
|
||||
extraConfig = {
|
||||
commit.gpgsign = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue