about summary refs log tree commit diff
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
commit6a5ca059f1083236cf4c05a1e993cde269f65aff (patch)
treeb28a343ee6ebeaaeb009ae4cd3f9725409ba6a6c
parentDotfiles: River: Swaylock: Add grace period (diff)
downloadnixos-config-6a5ca059f1083236cf4c05a1e993cde269f65aff.tar.gz
nixos-config-6a5ca059f1083236cf4c05a1e993cde269f65aff.tar.bz2
nixos-config-6a5ca059f1083236cf4c05a1e993cde269f65aff.zip
Module: Email: Enable imapnotify service
-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 = {