mininal: Use utf-8 for git send-email

This commit is contained in:
traxys 2024-08-05 13:59:29 +02:00
parent 7610a7a708
commit bc77515590

View file

@ -129,6 +129,9 @@
'';
extraConfig = {
sendemail = {
composeEncoding = "utf-8";
};
rerere = {
enabled = true;
autoUpdate = true;