mirror of
https://github.com/nix-community/home-manager
synced 2025-01-10 19:19:52 +01:00
sway: add tray.target
This commit is contained in:
parent
30082a623a
commit
c859a5265a
1 changed files with 7 additions and 0 deletions
|
@ -454,6 +454,13 @@ in {
|
|||
After = [ "graphical-session-pre.target" ];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.targets.tray = {
|
||||
Unit = {
|
||||
Description = "Home Manager System Tray";
|
||||
Requires = [ "graphical-session-pre.target" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue