home/services/swaync: fix ConditionEnvironment not working correctly with niri
This commit is contained in:
parent
74cb29526e
commit
59adcecd10
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
_: {
|
{lib, ...}: {
|
||||||
services.swaync = {
|
services.swaync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
# systemd.user.services.swaync.Service.Environment = "WAYLAND_DISPLAY=wayland-1";
|
||||||
|
systemd.user.services.swaync.Unit.ConditionEnvironment = lib.mkForce "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue