From 921677a401505f06fc3b806566c68be61108f58c Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 14 Jul 2022 22:47:45 +0200 Subject: nix flake update --- modules/mail.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/mail.nix') 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; -- cgit v1.3.1