mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-19 20:39:20 +00:00
Compare commits
No commits in common. "b86629718d12afa136151086a3113373a4c9c804" and "1d10befe6138105e9733ee099575b925cac959f9" have entirely different histories.
b86629718d
...
1d10befe61
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 = "graphical-session.target";
|
kanshi.systemdTarget = "hyprland-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" "tailscaled.service"];
|
After = ["graphical-session-pre.target" "tray.target"];
|
||||||
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