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:

https://github.com/GNOME/gnome-initial-setup/commit/34680e68e049c83eda8ea4dbd0ea3f2fbbf00c89

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

https://github.com/GNOME/gnome-initial-setup/commit/40c3de824c13f240e27567307b0ebaf4363e4f42
This commit is contained in:
Jan Tojnar
2025-11-03 10:50:08 +01:00
parent 1ab8a3e101
commit cf7ed31fe1
@@ -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"
];