Can't start gnome

Booting into “oh no something went wrong” gnome screen.

My configuration successfully builds:

services.xserver.displayManager.gdm = {
    enable = true;
    wayland = false;
  };
  services.displayManager.autoLogin = {
    enable = true;
    user = "reloner";
  };
  systemd.services."getty@tty1".enable = false;
  systemd.services."autovt@tty1".enable = false;

  services.xserver.desktopManager.gnome.enable = true;
services.xserver = {
    videoDrivers = ["nvidia"];
    enable = true;
  };

Something strange i can mention:

  1. gdm.service is masked
  2. gdm on_display_removed assertion ‘gdm_is_remote_display (display)’ failed

In config I can change gdm and gnome to sddm and kde and boot into kde
Nixos 24.05
Please help

This happened after i switched from gnome to kde with switch - black screen - power off with button.
And now i cant switch back from kde to gnome. I am pretty sure if i used boot, this issue would not happen.

Now even when i choose previous old gnome nixos config from boot menu - i also cant get into gnome

Is the only solution is to completely reinstall nixos?