From f47c5c9e61c31f7fe5d350f152e61f19c3d8b591 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 10 Sep 2019 21:03:59 -0700 Subject: add unused overlay --- lib/email.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/email.nix b/lib/email.nix index a1a416e..e692d39 100644 --- a/lib/email.nix +++ b/lib/email.nix @@ -5,6 +5,11 @@ let homedir = builtins.getEnv "HOME"; in { + #nixpkgs.overlays = [ + # (self: super: { + # notmuch = pkgs.callPackage ../pkgs/notmuch.nix {}; + # }) + #]; accounts = { email = { maildirBasePath = "${homedir}/Mail"; -- cgit v1.2.3