mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-18 11:59:20 +00:00
Compare commits
2 commits
1d10befe61
...
b86629718d
| Author | SHA1 | Date | |
|---|---|---|---|
| b86629718d | |||
| 3bb23ce5d5 |
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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"];};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue