services.xserver.displayManager.lightdm.greeters.gtk.indicators

NixOS option

List of allowed indicator modules to use for the lightdm gtk greeter panel. Built-in indicators include “~a11y”, “~language”, “~session”, “~power”, “~clock”, “~host”, “~spacer”. Unity indicators can be represented by short name (e.g. “sound”, “power”), service file name, or absolute path. If set to null the default indicators are used.

type: null or (list of string)
Default
null
Example
[
  "~host"
  "~spacer"
  "~clock"
  "~spacer"
  "~session"
  "~language"
  "~a11y"
  "~power"
]
declared in: nixos/modules/services/x11/display-managers/lightdm-greeters/gtk.nixView source on NixOS/nixpkgs →