Replaced alias with real names

This commit is contained in:
jopejoe1 2023-10-26 20:00:20 +02:00
parent 996d978ad0
commit 081a38165b
5 changed files with 10 additions and 8 deletions

View file

@ -59,7 +59,7 @@ in {
home-manager.enable = true;
git = {
enable = true;
package = pkgs.gitAndTools.gitFull;
package = pkgs.git;
userEmail = "johannes@joens.email";
userName = "jopejoe1";
};