1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00
This commit is contained in:
Alex Epelde 2025-03-30 14:19:54 -04:00 committed by GitHub
commit af8d92df26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,12 +68,7 @@ in {
systemd.user.services.kdeconnect-indicator = {
Unit = {
Description = "kdeconnect-indicator";
After = [
"graphical-session.target"
"polybar.service"
"taffybar.service"
"stalonetray.service"
];
After = [ "graphical-session.target" "tray.target" ];
PartOf = [ "graphical-session.target" ];
Requires = [ "tray.target" ];
};