mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 12:10:42 +00:00
Make git username&email custom options
This commit is contained in:
parent
e121bf2c40
commit
b58cf4604c
3 changed files with 18 additions and 3 deletions
|
@ -13,8 +13,8 @@ in
|
|||
enable = true;
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
|
||||
userName = "ItsDrike";
|
||||
userEmail = "itsdrike@protonmail.com";
|
||||
userName = myGitConf.userName;
|
||||
userEmail = myGitConf.userEmail;
|
||||
|
||||
signing = {
|
||||
signByDefault = myGitConf.signing.enabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue