Refactor git configuration to use userFullName instead of handle

This commit is contained in:
Chris Toph 2025-04-23 13:27:18 -04:00
parent a0e14b8bbb
commit 37f1082010

View file

@ -7,7 +7,8 @@
...
}:
let
handle = config.hostSpec.handle;
# handle = config.hostSpec.handle;
fullName = config.hostSpec.userFullName;
email = config.hostSpec.email;
in
{
@ -15,7 +16,7 @@ in
enable = true;
package = pkgs.gitAndTools.gitFull;
userName = handle;
userName = fullName;
userEmail = email;
ignores = [