diff options
author | Ben Sima <ben@bsima.me> | 2019-09-10 21:03:59 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-09-10 21:04:38 -0700 |
commit | f47c5c9e61c31f7fe5d350f152e61f19c3d8b591 (patch) | |
tree | 5aac1c99971acfc7d820362a479ecfeaec531552 /lib | |
parent | d15ec623387c40b5925cec7b6aae632084743821 (diff) |
add unused overlay
Diffstat (limited to 'lib')
-rw-r--r-- | lib/email.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |