diff --git a/home/services/swaync.nix b/home/services/swaync.nix index f89e51e..f619636 100644 --- a/home/services/swaync.nix +++ b/home/services/swaync.nix @@ -1,5 +1,7 @@ -_: { +{lib, ...}: { services.swaync = { enable = true; }; + # systemd.user.services.swaync.Service.Environment = "WAYLAND_DISPLAY=wayland-1"; + systemd.user.services.swaync.Unit.ConditionEnvironment = lib.mkForce ""; }