diff options
Diffstat (limited to 'gui/email.nix')
| -rw-r--r-- | gui/email.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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; }; }; |
