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

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