mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
mbsync: use full path to mu in example
This commit is contained in:
parent
c3520bfa52
commit
ca4f22be85
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ in
|
||||||
postExec = mkOption {
|
postExec = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
example = "mu index";
|
example = "\${pkgs.mu}/bin/mu index";
|
||||||
description = ''
|
description = ''
|
||||||
An optional command to run after mbsync executes successfully.
|
An optional command to run after mbsync executes successfully.
|
||||||
This is useful for running mailbox indexing tools.
|
This is useful for running mailbox indexing tools.
|
||||||
|
|
Loading…
Reference in a new issue