hyprland: added poweralertd to swaync module to enable power alerts

This commit is contained in:
Tigor Hutasuhut 2024-10-21 23:26:55 +07:00
parent ef13bf83c8
commit d1646912ae

View file

@ -9,6 +9,7 @@ let
in in
{ {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.poweralertd.enable = true;
services.swaync = { services.swaync = {
enable = true; enable = true;
style = pkgs.fetchurl { style = pkgs.fetchurl {