integrate power_bat into config

This commit is contained in:
2025-11-16 01:42:42 -05:00
parent 9bbf3f9092
commit 1524b0d801
4 changed files with 64 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, lib, ... }:
pkgs.writeShellScriptBin "power_bat" ''
exec ${lib.getExe pkgs.rust-script} ${./config/scripts/power_bat.rs} "$@"
''