diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-11-05 18:10:26 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-11-05 18:10:26 +0300 |
commit | 647ea0667423ced895e4bcdd73a9401b1fe3ee69 (patch) | |
tree | 700db0911e1e2193bf07e8e756910378b4f8d4eb /modules/common/profiles/email.nix | |
parent | 2023-11-04 (diff) |
2023-11-05
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/email.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/profiles/email.nix b/modules/common/profiles/email.nix index 9064f70..19eaee5 100644 --- a/modules/common/profiles/email.nix +++ b/modules/common/profiles/email.nix @@ -29,7 +29,7 @@ in { msmtp.enable = true; mu.enable = true; thunderbird = { - enable = pkgs.stdenv.isLinux; + enable = hasSuffix "linux" this.system; settings = id: { "mail.identity.id_${id}.compose_html" = false; "mail.identity.id_${id}.reply_on_top" = 0; |