hyprland: Add batsignal for battery notification

This commit is contained in:
Donovan Glover 2024-07-11 19:32:32 -04:00
parent d9222585a5
commit 1b49b750ba
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -421,5 +421,8 @@ in
};
};
services.hyprpaper.enable = mkForce false;
services = {
batsignal.enable = true;
hyprpaper.enable = mkForce false;
};
}