services.displayManager.sddm.settings

Extra settings merged in and overwriting defaults in sddm.conf.

Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  Autologin = {
    Session = "plasma.desktop";
    User = "john";
  };
}
Declared
<nixpkgs/nixos/modules/services/display-managers/sddm.nix>