I did random check of running processes and spot at-spi-bus-launcher process. There are year long threads for CentOS and Arching Linux about how to disable it.
So the topic is regularly pops up in the community.
I expected to see at-spi-bus-launcher as a service, because it is a background process in fact, but it always launched by gtk-greeter and it configured at build time!
systemctl disable --user at-spi-dbus-bus.service
The unit files have no installation config (WantedBy=, RequiredBy=, UpheldBy=,
Also=, or Alias= settings in the [Install] section, and DefaultInstance= for
template units). This means they are not meant to be enabled or disabled using systemctl.
It is packaged through the systemd.user.packages option most likely; refusing the service definition in the package instead of explicitly redefining it in nix.