MyNixOS website logo
option

programs.gtklock.config

Configuration for gtklock. See gtklock(1) man page for details.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string) or a non-empty list of them)
Example
{
  main = {
    idle-hide = true;
    idle-timeout = 10;
  };
}