services.bonsaid.settings.*.command
NixOS option
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
declared in: nixos/modules/services/desktops/bonsaid.nixView source on NixOS/nixpkgs →null