diff options
| author | Grigory Shipunov | 2022-07-14 22:47:45 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-07-14 22:47:45 +0200 |
| commit | 921677a401505f06fc3b806566c68be61108f58c (patch) | |
| tree | c27ed5746e435649ac1df7728a658915d7f78b83 /modules/mail.nix | |
| parent | 428a122acdbed2e65b6a023318353e0367b4a76a (diff) | |
nix flake update
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; |
