services.greetd.settings

NixOS option

greetd configuration (documentation) as a Nix attribute set.

type: TOML value
Example
{
  default_session = {
    command = "${pkgs.greetd}/bin/agreety --cmd sway";
  };
}
declared in: nixos/modules/services/display-managers/greetd.nixView source on NixOS/nixpkgs →