nixos/cosmic: remove unnecessary dependency of cosmic-session.target on xdg-desktop-autostart.target

This commit is contained in:
Pratham Patel 2026-05-12 11:32:47 +05:30
commit 518687b52b
No known key found for this signature in database

View file

@ -124,16 +124,7 @@ in
};
};
systemd = {
packages = [ pkgs.cosmic-session ];
user.targets = {
# TODO: remove when upstream has XDG autostart support
cosmic-session = {
wants = [ "xdg-desktop-autostart.target" ];
before = [ "xdg-desktop-autostart.target" ];
};
};
};
systemd.packages = [ pkgs.cosmic-session ];
fonts.packages = with pkgs; [
fira