mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
imapnotify: pkgs.mbsync -> pkgs.isync
This commit is contained in:
committed by
Robert Helgesson
parent
45ec65e1cc
commit
d3e316eec5
@@ -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.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user