services.displayManager.ly.settings

NixOS option

Extra settings merged in and overwriting defaults in config.ini.

type: attribute set of (INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  load = false;
  save = false;
}
declared in: nixos/modules/services/display-managers/ly.nixView source on NixOS/nixpkgs →