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