MyNixOS website logo

Default arguments to waylogout. An empty set disables configuration generation.

Declarations
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;
}