imapnotify: pkgs.mbsync -> pkgs.isync
This commit is contained in:
parent
45ec65e1cc
commit
d3e316eec5
|
@ -9,7 +9,7 @@ with lib;
|
||||||
onNotify = mkOption {
|
onNotify = mkOption {
|
||||||
type = with types; either str (attrsOf str);
|
type = with types; either str (attrsOf str);
|
||||||
default = "";
|
default = "";
|
||||||
example = "\${pkgs.mbsync}/bin/mbsync test-%s";
|
example = "\${pkgs.isync}/bin/mbsync test-%s";
|
||||||
description = "Shell commands to run on any event.";
|
description = "Shell commands to run on any event.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue