From 647ea0667423ced895e4bcdd73a9401b1fe3ee69 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 5 Nov 2023 18:10:26 +0300 Subject: 2023-11-05 --- modules/common/profiles/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/common/profiles') 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; -- cgit v1.2.3