MyNixOS website logo
option

services.displayManager.sddm.settings

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

Declarations
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";
  };
}