services.bonsaid.settings.*.command

Command to run when this transition is taken. This is executed inline by bonsaid and blocks handling of any other events until completion. To perform the command asynchronously, specify it like [ "setsid" "-f" "my-command" ].

Only effects transitions with type = "exec".

Type
null or (list of string)
Default
null
Declared
<nixpkgs/nixos/modules/services/desktops/bonsaid.nix>