fixes commiter names

This commit is contained in:
alyx 2025-06-28 20:11:16 +01:00
parent d18c51a3ef
commit 79ea2fe122
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -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;