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 2e4db2b86c
commit 38087f582e

View file

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