From f6ecccfa1542076ac72507790a6dd9cd0c8a9bbf Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Sat, 16 Jan 2021 09:17:54 -0500
Subject: update email stuff

---
 lib/email.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib')

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;
         };
 
-- 
cgit v1.2.3