diff options
Diffstat (limited to 'modules/mail.nix')
| -rw-r--r-- | modules/mail.nix | 5 |
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; |
