summaryrefslogtreecommitdiff
path: root/modules/mail.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mail.nix')
-rw-r--r--modules/mail.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/mail.nix b/modules/mail.nix
index 01538f8..f3aa5bf 100644
--- a/modules/mail.nix
+++ b/modules/mail.nix
@@ -1,6 +1,11 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
+ isync
+ msmtp
neomutt
+ notmuch
+ pass
+ w3m
];
programs.msmtp.enable = true;