services.greetd.settings
NixOS option
greetd configuration (documentation) as a Nix attribute set.
type: TOML valueExample
declared in: nixos/modules/services/display-managers/greetd.nixView source on NixOS/nixpkgs →{
default_session = {
command = "${pkgs.greetd}/bin/agreety --cmd sway";
};
}