Compare commits

..

No commits in common. "b86629718d12afa136151086a3113373a4c9c804" and "1d10befe6138105e9733ee099575b925cac959f9" have entirely different histories.

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 = "graphical-session.target";
kanshi.systemdTarget = "hyprland-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" "tailscaled.service"];
After = ["graphical-session-pre.target" "tray.target"];
PartOf = ["graphical-session.target"];
};
Install = {WantedBy = ["graphical-session.target"];};