Refactor git configuration to use userFullName instead of handle
This commit is contained in:
parent
2e4db2b86c
commit
38087f582e
1 changed files with 3 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue