about summary refs log tree commit diff
path: root/home/modules/email.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-03-31T21·11-0400
committerGriffin Smith <root@gws.fyi>2020-03-31T21·11-0400
commit5ed0ad3bac47978b35cbc8d91642467e94b6a7e8 (patch)
tree7cad09ef2472bfeb306499923bdb718e94469ecd /home/modules/email.nix
parent31fbb493f5d07c0fc6fdcd5d968601458b4e9550 (diff)
try installing msmtp directly
Diffstat (limited to 'home/modules/email.nix')
-rw-r--r--home/modules/email.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/modules/email.nix b/home/modules/email.nix
index 028d6fb982..80c5385e69 100644
--- a/home/modules/email.nix
+++ b/home/modules/email.nix
@@ -8,6 +8,7 @@
 
   home.packages = with pkgs; [
     mu
+    msmtp
   ];
 
   accounts.email.maildirBasePath = "mail";