diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-27 16:44:30 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-29 13:47:01 +0200 |
commit | 72f48b7102f1911ba722ef9e01dbb624cde64f9d (patch) | |
tree | 259094f4963c1879d65ad1e83ef8776867a535b7 | |
parent | Dotfiles: River: Swaylock: Add grace period (diff) | |
download | nixos-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.nix | 2 |
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 = { |