mirror of
https://github.com/nix-community/home-manager
synced 2025-01-22 17:09:52 +01:00
imapnotify: pkgs.mbsync -> pkgs.isync
This commit is contained in:
parent
45ec65e1cc
commit
d3e316eec5
1 changed files with 1 additions and 1 deletions
|
@ -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