diff options
| author | Adrian Kummerlaender | 2025-10-26 11:38:40 +0100 |
|---|---|---|
| committer | Adrian Kummerlaender | 2025-10-26 11:38:40 +0100 |
| commit | 29db72b807d8c8be41b6471dd0a5efc9939e737d (patch) | |
| tree | 98bdf89b59564251bdad7ffe14a2b8bfd9407419 /gui | |
| parent | 0edaf6175815a8de141f08caaf5c43cfd3f2c499 (diff) | |
| download | nixos_home-29db72b807d8c8be41b6471dd0a5efc9939e737d.tar nixos_home-29db72b807d8c8be41b6471dd0a5efc9939e737d.tar.gz nixos_home-29db72b807d8c8be41b6471dd0a5efc9939e737d.tar.bz2 nixos_home-29db72b807d8c8be41b6471dd0a5efc9939e737d.tar.lz nixos_home-29db72b807d8c8be41b6471dd0a5efc9939e737d.tar.xz nixos_home-29db72b807d8c8be41b6471dd0a5efc9939e737d.tar.zst nixos_home-29db72b807d8c8be41b6471dd0a5efc9939e737d.zip | |
mail: Enable notmuch
Diffstat (limited to 'gui')
| -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; }; }; |
