mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 11:20:19 +01:00
mininal: Use utf-8 for git send-email
This commit is contained in:
parent
7610a7a708
commit
bc77515590
1 changed files with 3 additions and 0 deletions
|
|
@ -129,6 +129,9 @@
|
|||
'';
|
||||
|
||||
extraConfig = {
|
||||
sendemail = {
|
||||
composeEncoding = "utf-8";
|
||||
};
|
||||
rerere = {
|
||||
enabled = true;
|
||||
autoUpdate = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue