fixes commiter names
This commit is contained in:
parent
d18c51a3ef
commit
79ea2fe122
2 changed files with 3 additions and 1 deletions
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
environment.pathsToLink = [ "/share/xdg-desktop-portal" ];
|
||||
|
||||
environment.sessionVariables = {ELECTRON_OZONE_PLATFORM_HINT = "wayland";};
|
||||
|
||||
systemd = {
|
||||
user.services.polkit-gnome-authentication-agent-1 = {
|
||||
description = "polkit-gnome-authentication-agent-1";
|
||||
|
|
|
|||
|
|
@ -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