I looked through my whole configuration and it doesn’t have a specific display manager specified, though I do have programs.hyprland.enable = true;
. Idk if this is the way to query what display manager I’m using, but sudo nixos-option config.services.xserver.displayManager
outputs Couldn't resolve config path 'config.services.xserver.displayManager'
.
Remove the config.
when using nixos-option
, and afaik sudo
is unnecessary. And that’s probably lightdm.
1 Like
LightDM is the default on nixos if no other options have set it. And that looks like LightDM to me.