From ef50533eab7d7893241be2bbb0914bc8f110bfe8 Mon Sep 17 00:00:00 2001 From: Henri Dohmen Date: Mon, 4 Aug 2025 10:18:04 +0200 Subject: [PATCH] thunderbird declarative txt email & date format --- desktop/software/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/desktop/software/default.nix b/desktop/software/default.nix index 642537e..cc90175 100644 --- a/desktop/software/default.nix +++ b/desktop/software/default.nix @@ -97,6 +97,11 @@ in profiles.default = { isDefault = true; withExternalGnupg = true; + settings = { + "intl.date_time.pattern_override.date_short" = "yyyy-MM-dd"; + "mail.html_compose" = false; + "mail.identity.default.compose_html" = false; + }; }; }; programs.git = {