home/services/swaync: fix ConditionEnvironment not working correctly with niri

This commit is contained in:
Anthony Rodriguez 2024-11-26 14:41:46 +01:00
parent 74cb29526e
commit 59adcecd10
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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 "";
}