summaryrefslogtreecommitdiff
path: root/modules/common/profiles
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-11-05 18:10:26 +0300
committerAzat Bahawi <azat@bahawi.net>2023-11-05 18:10:26 +0300
commit647ea0667423ced895e4bcdd73a9401b1fe3ee69 (patch)
tree700db0911e1e2193bf07e8e756910378b4f8d4eb /modules/common/profiles
parent5da01d688fcfd4d1956197f7b7f9372e88687d05 (diff)
2023-11-05
Diffstat (limited to 'modules/common/profiles')
-rw-r--r--modules/common/profiles/email.nix2
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;