MyNixOS website logo
option

services.xserver.displayManager.gdm.settings

Options passed to the gdm daemon. See here for supported options.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  debug = {
    enable = true;
  };
}