1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-03 05:23:32 +02: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" ];
};
};
}
]);
}