services.displayManager.gdm.settings
NixOS option
Options passed to the gdm daemon. See here for supported options.
type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
declared in: nixos/modules/services/display-managers/gdm.nixView source on NixOS/nixpkgs →{
debug = {
enable = true;
};
}