diff --git a/modules/services/imapnotify-accounts.nix b/modules/services/imapnotify-accounts.nix index 75b3ecd1..1c780bf2 100644 --- a/modules/services/imapnotify-accounts.nix +++ b/modules/services/imapnotify-accounts.nix @@ -9,7 +9,7 @@ with lib; onNotify = mkOption { type = with types; either str (attrsOf str); default = ""; - example = "\${pkgs.mbsync}/bin/mbsync test-%s"; + example = "\${pkgs.isync}/bin/mbsync test-%s"; description = "Shell commands to run on any event."; };