programs.gtklock.config

NixOS option

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

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)
Default
{ }
Example
{
  main = {
    idle-hide = true;
    idle-timeout = 10;
  };
}
declared in: nixos/modules/programs/wayland/gtklock.nixView source on NixOS/nixpkgs →