From 0c372348bf615278fca31080061a72cb49b3feeb Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Sun, 3 Nov 2024 11:19:55 +0700 Subject: [PATCH] swaync: disable poweralertd --- home/modules/hyprland/swaync.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/modules/hyprland/swaync.nix b/home/modules/hyprland/swaync.nix index 252c214..11aa386 100644 --- a/home/modules/hyprland/swaync.nix +++ b/home/modules/hyprland/swaync.nix @@ -9,7 +9,6 @@ let in { config = lib.mkIf cfg.enable { - services.poweralertd.enable = true; services.swaync = { enable = true; # pkill swaync && GTK_DEBUG=interactive swaync - launch swaync with gtk debugger