diff options
-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"; |