summaryrefslogtreecommitdiff
path: root/modules/mail.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mail.nix')
-rw-r--r--modules/mail.nix12
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;
-}