mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
Merge 07dc7c0821
into 09280e17bb
This commit is contained in:
commit
af8d92df26
1 changed files with 1 additions and 6 deletions
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue