services.displayManager.dms-greeter.compositor.name

NixOS option

The Wayland compositor to run the greeter in. The specified compositor must be enabled via its corresponding programs.<compositor>.enable option. Supported compositors: niri: A scrollable-tiling Wayland compositor hyprland: A dynamic tiling Wayland compositor sway: An i3-compatible Wayland compositor

type: one of "niri", "hyprland", "sway"
Example
"niri"
declared in: nixos/modules/services/display-managers/dms-greeter.nixView source on NixOS/nixpkgs →