flocon/home/services/swaync.nix

8 lines
221 B
Nix
Raw Normal View History

{lib, ...}: {
2024-11-24 22:38:41 +00:00
services.swaync = {
enable = true;
};
# systemd.user.services.swaync.Service.Environment = "WAYLAND_DISPLAY=wayland-1";
systemd.user.services.swaync.Unit.ConditionEnvironment = lib.mkForce "";
2024-11-24 22:38:41 +00:00
}