diff options
| author | Grigory Shipunov | 2022-08-12 00:31:42 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-08-12 00:31:42 +0200 |
| commit | ed2a896cff9a167cbcaf6802ab08facbb7947dff (patch) | |
| tree | 255e1882589669a95f4cbbf79ce58d1fba208cfb /modules/mail.nix | |
| parent | 7f1bcf1f26fa915e6a64c25304f47584025b27f9 (diff) | |
automatic mail sync
Diffstat (limited to 'modules/mail.nix')
| -rw-r--r-- | modules/mail.nix | 12 |
1 files changed, 0 insertions, 12 deletions
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; -} |
