1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-11 03:29:50 +01:00

sway: add tray.target

This commit is contained in:
Riley Inman 2022-02-10 16:41:49 -05:00 committed by Robert Helgesson
parent 30082a623a
commit c859a5265a
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -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" ];
};
};
}
]);
}