add scripts

This commit is contained in:
2025-12-27 04:55:44 +03:00
parent c8839b737e
commit 12d1cce41a
10 changed files with 134 additions and 30 deletions
+8
View File
@@ -35,4 +35,12 @@
shell = pkgs.zsh;
};
services.upower.enable = true;
hardware.bluetooth.enable = true;
environment.systemPackages = with pkgs; [
(writeShellScriptBin "power_max" (builtins.readFile ./scripts/max.sh))
(writeShellScriptBin "power_min" (builtins.readFile ./scripts/min.sh))
];
}