From ed2a896cff9a167cbcaf6802ab08facbb7947dff Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Fri, 12 Aug 2022 00:31:42 +0200 Subject: automatic mail sync --- modules/mail.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 modules/mail.nix (limited to 'modules/mail.nix') diff --git a/modules/mail.nix b/modules/mail.nix deleted file mode 100644 index f3aa5bf..0000000 --- a/modules/mail.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ pkgs, ... }: { - environment.systemPackages = with pkgs; [ - isync - msmtp - neomutt - notmuch - pass - w3m - ]; - - programs.msmtp.enable = true; -} -- cgit v1.3.1