diff options
author | Griffin Smith <root@gws.fyi> | 2020-03-31T21·11-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-03-31T21·11-0400 |
commit | 5ed0ad3bac47978b35cbc8d91642467e94b6a7e8 (patch) | |
tree | 7cad09ef2472bfeb306499923bdb718e94469ecd /home/modules/email.nix | |
parent | 31fbb493f5d07c0fc6fdcd5d968601458b4e9550 (diff) |
try installing msmtp directly
Diffstat (limited to 'home/modules/email.nix')
-rw-r--r-- | home/modules/email.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/modules/email.nix b/home/modules/email.nix index 028d6fb98206..80c5385e69ae 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"; |