mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-18 20:09:21 +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 = {
|
services = {
|
||||||
blueman-applet.enable = true;
|
blueman-applet.enable = true;
|
||||||
network-manager-applet.enable = true;
|
network-manager-applet.enable = true;
|
||||||
kanshi.systemdTarget = "hyprland-session.target";
|
kanshi.systemdTarget = "graphical-session.target";
|
||||||
udiskie = {
|
udiskie = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tray = "auto";
|
tray = "auto";
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ in {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "An unofficial GUI wrapper around the Tailscale CLI client";
|
Description = "An unofficial GUI wrapper around the Tailscale CLI client";
|
||||||
Requires = ["tray.target"];
|
Requires = ["tray.target"];
|
||||||
After = ["graphical-session-pre.target" "tray.target"];
|
After = ["graphical-session-pre.target" "tray.target" "tailscaled.service"];
|
||||||
PartOf = ["graphical-session.target"];
|
PartOf = ["graphical-session.target"];
|
||||||
};
|
};
|
||||||
Install = {WantedBy = ["graphical-session.target"];};
|
Install = {WantedBy = ["graphical-session.target"];};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue