Add pkg to activate acer battery health mode

This commit is contained in:
2025-04-22 21:30:05 +02:00
parent 1e4d267ce7
commit c18b1a7341
2 changed files with 29 additions and 0 deletions

View File

@ -13,4 +13,5 @@
pulseaudio-popup = pkgs.callPackage ./pulseaudio-popup { };
sos = pkgs.callPackage ./sos { };
xwacomcalibrate = pkgs.callPackage ./xwacomcalibrate { };
acer-battery-health-mode = pkgs.callPackage ./acer-battery-health-mode { };
}