Shell commands to run after onNotify event.
Declarations
Type
string or attribute set of string
Default
""
Example
{
mail = "\${pkgs.notmuch}/bin/notmuch new && \${pkgs.libnotify}/bin/notify-send 'New mail arrived'";
}
Sign in to create a configuration using this setting.