aboutsummaryrefslogtreecommitdiff
path: root/modules/git
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2026-03-18 19:21:13 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2026-03-18 19:21:27 -0400
commite3b494cdf1bf0049a0797ec1c14ca279b1f253ec (patch)
tree9a960562fe520bb41a493753a4317d59c2c48450 /modules/git
parent02b143f5342cc5354e669ca5e214d7ae464b1888 (diff)
downloadhome-e3b494cdf1bf0049a0797ec1c14ca279b1f253ec.tar.gz
modules/email: various changes for `git send-email` workflow
Diffstat (limited to 'modules/git')
-rw-r--r--modules/git/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/git/default.nix b/modules/git/default.nix
index e5e60cb..db58e7a 100644
--- a/modules/git/default.nix
+++ b/modules/git/default.nix
@@ -65,6 +65,10 @@ in
# key = "7783298ECC2A778EAC7EF1C8C430A3B6C37610D1";
};
extraConfig = {
+ sendemail.identity = "personal";
+ "sendemail" = {
+ sendmailCmd = "${pkgs.msmtp}";
+ };
init.defaultBranch = "main";
merge.conflictStyle = "zdiff3";
pull.rebase = true;