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.pathsToLink = [ "/share/xdg-desktop-portal" ];
|
||||||
|
|
||||||
|
environment.sessionVariables = {ELECTRON_OZONE_PLATFORM_HINT = "wayland";};
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
user.services.polkit-gnome-authentication-agent-1 = {
|
user.services.polkit-gnome-authentication-agent-1 = {
|
||||||
description = "polkit-gnome-authentication-agent-1";
|
description = "polkit-gnome-authentication-agent-1";
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
};
|
};
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
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");
|
userEmail = (if vars.user == "alyx" then "cydiralis@proton.me" else "beanigit@protonmail.com");
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
commit.gpgsign = true;
|
commit.gpgsign = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue