aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-11-16 16:54:38 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-11-16 16:54:38 +0100
commit91909373fd7c8e481ceb92daf9762ab56de6cf51 (patch)
tree796bd9572da1e243823419db9327e424bb7fda70
parentfa1a001fdfa23e32e0601d6981be23f929a6c482 (diff)
ws/mail: Globally installing msmtp for neomutt
-rw-r--r--modules/workstation/mail/pkgs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workstation/mail/pkgs.nix b/modules/workstation/mail/pkgs.nix
index 6be9e8217ea..883142046fe 100644
--- a/modules/workstation/mail/pkgs.nix
+++ b/modules/workstation/mail/pkgs.nix
@@ -8,7 +8,7 @@
{ pkgs, ... }:
{
- home.packages = with pkgs; [ neomutt notmuch thunderbird ];
+ home.packages = with pkgs; [ msmtp neomutt notmuch thunderbird ];
# imports = [
# ../../../ext/mail/neomutt.nix
# ../../../ext/mail/notmuch.nix