programs.waylogout.enable
Whether or not to enable waylogout.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.waylogout.package
The waylogout package to use.
Type: null or package
Default:
pkgs.waylogout
Declared by:
programs.waylogout.settings
Default arguments to waylogout. An empty set
disables configuration generation.
Type: attribute set of (boolean or floating point number or signed integer or absolute path or string)
Default:
{ }
Example:
{
color = "808080";
effect-blur = "7x4";
poweroff-command = "systemctl poweroff";
reboot-command = "systemctl reboot";
scaling = "fit";
screenshots = true;
}
Declared by: