Hyprland nautilus is not dark

at gnome nautilus is working w/o any issues. I can set dark/light themes easily.
but in hyprland - I have no luck.
here is my home-manager options:

# Set dark color scheme
  dconf.settings = {
    "org/gnome/desktop/interface" = {
      color-scheme = "prefer-dark";
    };
  };

  # GTK settings
  gtk = {
    enable = true;
    gtk3.extraConfig = {
      gtk-application-prefer-dark-theme = true;
    };
    gtk4.extraConfig = {
      gtk-application-prefer-dark-theme = true;
    };
  };

I have exactly the same issue, but in sway. Can’t get nautilus dark, whatever i do. It works fine in gnome session.