From d1646912ae565daac0e00d1534b03cd969351e7b Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Mon, 21 Oct 2024 23:26:55 +0700 Subject: [PATCH] hyprland: added poweralertd to swaync module to enable power alerts --- home/modules/hyprland/swaync.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/hyprland/swaync.nix b/home/modules/hyprland/swaync.nix index 1b62602..2073ddb 100644 --- a/home/modules/hyprland/swaync.nix +++ b/home/modules/hyprland/swaync.nix @@ -9,6 +9,7 @@ let in { config = lib.mkIf cfg.enable { + services.poweralertd.enable = true; services.swaync = { enable = true; style = pkgs.fetchurl {