mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/cosmic: remove unnecessary dependency of cosmic-session.target on xdg-desktop-autostart.target
This commit is contained in:
parent
1630e65083
commit
518687b52b
1 changed files with 1 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue