Change git email to be consistent with the git repo
This commit is contained in:
parent
5874b5c57d
commit
a9cad28200
|
@ -120,7 +120,7 @@
|
|||
programs.home-manager.enable = true;
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "info@lillianviolet.dev";
|
||||
userEmail = "git@lillianviolet.dev";
|
||||
userName = "Lillian-Violet";
|
||||
};
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
programs.home-manager.enable = true;
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "info@lillianviolet.dev";
|
||||
userEmail = "git@lillianviolet.dev";
|
||||
userName = "Lillian-Violet";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue