Display Manager and Hyprland

Is using a display manager with Hyprland / Wayland possible? I have:

services.xserver.enable = true;
services.xserver.displayManager.sddm.enable = true;

But each reboot I am just greeted with TTY login.

I discovered the nixos option search:

https://search.nixos.org/options

And when searching for sddm, I noticed the following option:

services.xserver.displayManager.sddm.wayland.enable = true;

Setting this additonally works for me.

1 Like