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