services.displayManager.sddm.settings

NixOS option

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 in: nixos/modules/services/display-managers/sddm.nixView source on NixOS/nixpkgs →