remove batsignal

Former-commit-id: 2d76df1b85
This commit is contained in:
Hadi
2025-03-27 15:39:26 +01:00
parent d6c080930d
commit c1eee689fd

View File

@@ -1,8 +0,0 @@
# Batsignal is a simple utility to send battery notifications.
{ pkgs, ... }: {
services.batsignal = {
enable = true;
extraArgs =
[ "-c 10" "-w 30" "-f disabled" "-D ${pkgs.hyprlock}/bin/hyprlock" ];
};
}