services.mbsync.preExec

An optional command to run before mbsync executes. This is useful for creating the directories mbsync is going to use.

Type
null or string
Default
null
Example
"mkdir -p %h/mail"
Declared
<home-manager/modules/services/mbsync.nix>