From 29db72b807d8c8be41b6471dd0a5efc9939e737d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 26 Oct 2025 11:38:40 +0100 Subject: mail: Enable notmuch --- gui/email.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gui/email.nix') diff --git a/gui/email.nix b/gui/email.nix index 62ccd2e..b2277ad 100644 --- a/gui/email.nix +++ b/gui/email.nix @@ -4,6 +4,9 @@ programs = { mbsync.enable = true; msmtp.enable = true; + + notmuch.enable = true; + astroid.enable = true; }; accounts.email = { @@ -42,6 +45,7 @@ }; msmtp.enable = true; + notmuch.enable = true; }; accounts.KIT = { @@ -75,6 +79,8 @@ }; msmtp.enable = true; + + notmuch.enable = true; }; }; -- cgit v1.2.3