add scripts
This commit is contained in:
@@ -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))
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user