Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mods.sddm.enable

Enables the sddm displayManager

Type: boolean

Default:

false

Example:

true

mods.sddm.extraOptions

Extra options to be applied to the sddm config

Type: attribute set of anything

Default:

{ }

Example:

{
  wayland = {
    enable = false;
  };
}

mods.sddm.useDefaultOptions

Use default options provided by module. If disabled, will only apply extraOptions.

Type: boolean

Default:

true

Example:

false