nixos/gnome-initial-setup: Adjust service dependencies

`gnome-initial-setup-copy-worker.service` was moved from `gnome-session.target.wants` to `basic.target.wants/` in GNOME 46.1:

34680e68e0

And now GNOME 49 moved it again to `graphical-session-pre.target.wants/`:

40c3de824c
This commit is contained in:
Jan Tojnar
2025-10-04 16:58:54 +02:00
parent 1ab8a3e101
commit cf7ed31fe1

View File

@@ -78,6 +78,9 @@ in
systemd.user.targets."gnome-session".wants = [
"gnome-initial-setup-copy-worker.service"
];
systemd.user.targets."graphical-session-pre".wants = [
"gnome-initial-setup-first-login.service"
];