feat(git/config): change author email to rafiq@rrv.sh

This commit is contained in:
Mohammad Rafiq 2025-05-08 18:33:59 +08:00
parent ca26099c9f
commit b8f4746cd0
No known key found for this signature in database

View file

@ -9,7 +9,7 @@
programs.git = { programs.git = {
enable = true; enable = true;
userName = "Mohammad Rafiq"; userName = "Mohammad Rafiq";
userEmail = "mohammadrafiq567@gmail.com"; userEmail = "rafiq@rrv.sh";
# Thanks to https://blog.notashelf.dev/posts/2025-02-24-ssh-signing-commits.html! # Thanks to https://blog.notashelf.dev/posts/2025-02-24-ssh-signing-commits.html!
signing.key = "~/.ssh/id_ed25519.pub"; signing.key = "~/.ssh/id_ed25519.pub";
signing.signByDefault = true; signing.signByDefault = true;