thunderbird declarative txt email & date format

This commit is contained in:
Henri Dohmen 2025-08-04 10:18:04 +02:00
parent ff3b700857
commit ef50533eab
Signed by: hd
GPG key ID: AB79213B044674AE

View file

@ -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 = {