services.greetd.settings

greetd configuration (documentation) as a Nix attribute set.

Type
TOML value
Example
{
  default_session = {
    command = "${pkgs.greetd}/bin/agreety --cmd sway";
  };
}
Declared
<nixpkgs/nixos/modules/services/display-managers/greetd.nix>