summaryrefslogtreecommitdiff
path: root/lib/email.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/email.nix')
-rw-r--r--lib/email.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/email.nix b/lib/email.nix
index 449e3d8..cfeb423 100644
--- a/lib/email.nix
+++ b/lib/email.nix
@@ -43,7 +43,7 @@ in
expunge = "none";
};
notmuch.enable = true;
- passwordCommand = "cat ~/keybase/private/bsima/ben@simatime.com";
+ passwordCommand = "${pkgs.coreutils}/bin/cat ~/keybase/private/bsima/ben@simatime.com";
msmtp.enable = true;
};