From bc77515590633f6739aeeea9fd8fc51e143cf5b7 Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 5 Aug 2024 13:59:29 +0200 Subject: [PATCH] mininal: Use utf-8 for git send-email --- minimal/hm.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/minimal/hm.nix b/minimal/hm.nix index 27f0927..28c8c2a 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -129,6 +129,9 @@ ''; extraConfig = { + sendemail = { + composeEncoding = "utf-8"; + }; rerere = { enabled = true; autoUpdate = true;