services.kanshi.settings
Ordered list of directives. See kanshi(5) for informations.
- Type
list of attribute-tagged union with choices: include, output, profile- Default
[ ]- Example
[ { include = "path/to/included/files"; } { output.criteria = "eDP-1"; output.scale = 2; } { profile.name = "undocked"; profile.outputs = [ { criteria = "eDP-1"; } ]; } { profile.name = "docked"; profile.outputs = [ { criteria = "eDP-1"; } { criteria = "Some Company ASDF 4242"; transform = "90"; } ]; } ]- Declared
- <home-manager/modules/services/kanshi.nix>