mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -1,7 +1,8 @@
|
|||||||
# Batsignal is a simple utility to send battery notifications.
|
# Batsignal is a simple utility to send battery notifications.
|
||||||
{
|
{ pkgs, ... }: {
|
||||||
services.batsignal = {
|
services.batsignal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraArgs = [ "-c 10" "-w 30" "-f disabled" ];
|
extraArgs =
|
||||||
|
[ "-c 10" "-w 30" "-f disabled" "-D ${pkgs.hyprlock}/bin/hyprlock" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user