debugging max battery

This commit is contained in:
2026-08-04 14:16:53 +02:00
parent 04b3257c7d
commit c7d72333d4
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ _: {
flake.nixosModules.hardwareUtils-laptop = {pkgs, ...}: {
environment.systemPackages = with pkgs; [
# used for the framework 16 laptop
framework-tool
framework-tool-tui
#framework-tool
#framework-tool-tui
vial # Open-source GUI and QMK fork for configuring your keyboard in real time
];
};