MyNixOS website logo
option

services.displayManager.plasma-login-manager.settings

Additional settings for Plasma Login Manager (see man plasmalogin.conf)

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  Users = {
    ReuseSession = false;
  };
}