programs.wlogout.layout

Layout configuration for wlogout, see https://github.com/ArtsyMacaw/wlogout#config for supported values.

Type
list of (open submodule of (JSON value))
Default
[ ]
Example
[
  {
    label = "shutdown";
    action = "systemctl poweroff";
    text = "Shutdown";
    keybind = "s";
  }
]
Declared
<home-manager/modules/programs/wlogout.nix>