Change git email to be consistent with the git repo

This commit is contained in:
Lillian Violet 2024-01-09 11:05:58 +01:00
parent ca1ef1636f
commit 090b75d9e7
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@
programs.home-manager.enable = true;
programs.git = {
enable = true;
userEmail = "info@lillianviolet.dev";
userEmail = "git@lillianviolet.dev";
userName = "Lillian-Violet";
};

View file

@ -79,7 +79,7 @@
programs.home-manager.enable = true;
programs.git = {
enable = true;
userEmail = "info@lillianviolet.dev";
userEmail = "git@lillianviolet.dev";
userName = "Lillian-Violet";
};