Compare commits

...

2 commits

Author SHA1 Message Date
b86629718d
generalise kanshi
Some checks are pending
/ ci (push) Waiting to run
2024-09-13 08:27:43 +01:00
3bb23ce5d5
trayscale should not start before tailscaled 2024-09-13 08:27:25 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ in {
services = {
blueman-applet.enable = true;
network-manager-applet.enable = true;
kanshi.systemdTarget = "hyprland-session.target";
kanshi.systemdTarget = "graphical-session.target";
udiskie = {
enable = true;
tray = "auto";

View file

@ -28,7 +28,7 @@ in {
Unit = {
Description = "An unofficial GUI wrapper around the Tailscale CLI client";
Requires = ["tray.target"];
After = ["graphical-session-pre.target" "tray.target"];
After = ["graphical-session-pre.target" "tray.target" "tailscaled.service"];
PartOf = ["graphical-session.target"];
};
Install = {WantedBy = ["graphical-session.target"];};