integrate power_bat into config

This commit is contained in:
2025-11-16 01:42:42 -05:00
parent ef6d2e2179
commit 90c2a071cd
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} "$@"
''