services.displayManager.plasma-login-manager.settings
NixOS option
Additional settings for Plasma Login Manager (see man plasmalogin.conf)
type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
declared in: nixos/modules/services/display-managers/plasma-login-manager.nixView source on NixOS/nixpkgs →{
Users = {
ReuseSession = false;
};
}