about summary refs log tree commit diff
path: root/modules/common/profiles/email.nix
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/email.nix
parent2023-11-04 (diff)
2023-11-05
Diffstat (limited to '')
-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;

Consider giving Nix/NixOS a try! <3