about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-27 16:44:30 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-29 13:47:01 +0200
commit72f48b7102f1911ba722ef9e01dbb624cde64f9d (patch)
tree259094f4963c1879d65ad1e83ef8776867a535b7 /modules
parentDotfiles: River: Swaylock: Add grace period (diff)
downloadnixos-config-72f48b7102f1911ba722ef9e01dbb624cde64f9d.tar.gz
nixos-config-72f48b7102f1911ba722ef9e01dbb624cde64f9d.tar.bz2
nixos-config-72f48b7102f1911ba722ef9e01dbb624cde64f9d.zip
Module: Email: Enable imapnotify service
Diffstat (limited to '')
-rw-r--r--modules/email/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/email/default.nix b/modules/email/default.nix
index 54f9103..24daf93 100644
--- a/modules/email/default.nix
+++ b/modules/email/default.nix
@@ -5,7 +5,7 @@
       enable = true;
       postExec = "${pkgs.notmuch}/bin/notmuch new";
     };
-    imapnotify.enable = false;
+    imapnotify.enable = true;
   };
 
   programs = {