about summary refs log tree commit diff
diff options
context:
space:
mode:
-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";