Make git username&email custom options

This commit is contained in:
ItsDrike 2024-04-05 02:03:22 +02:00
parent e121bf2c40
commit b58cf4604c
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
3 changed files with 18 additions and 3 deletions

View file

@ -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";
};
};
};
}