mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 07:00:41 +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
|
@ -30,7 +30,11 @@
|
|||
home-manager = {
|
||||
enabled = true;
|
||||
stateVersion = "23.11";
|
||||
git.signing.key = "FA2745890B7048C0";
|
||||
git = {
|
||||
userName = "ItsDrike";
|
||||
userEmail = "itsdrike@protonmail.com";
|
||||
signing.key = "FA2745890B7048C0";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue