services.grobi.executeAfter

Commands to be run after an output configuration was changed. The Nix value declared here will be translated to JSON and written to the execute_after key in $XDG_CONFIG_HOME/grobi.conf.

Type
list of string
Default
[ ]
Example
[
  "setxkbmap dvorak"
]
Declared
<home-manager/modules/services/grobi.nix>