summaryrefslogtreecommitdiff
path: root/lib/email.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/email.nix')
-rw-r--r--lib/email.nix5
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";