removed batsignal. Used a bash script for battery notifications

This commit is contained in:
Tomas Rivera
2026-02-26 18:11:46 +01:00
parent 02b6df2a56
commit ae3d890e87
2 changed files with 73 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ home.stateVersion = "25.11"; # Please read the comment before changing.
home.packages = [
#scritps
(pkgs.callPackage ../../modules/scripts/dontkillsteam.nix {})
(pkgs.callPackage ../../modules/scripts/batterynotify.nix {})
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello