diff options
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; |