add scripts
This commit is contained in:
parent
98e24400a0
commit
f60f9327a7
2 changed files with 15 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
|||
shutdown-script = pkgs.writeScriptBin "shutdown-script" (builtins.readFile ./scripts/shutdown-script.sh);
|
||||
|
||||
show-keybinds = pkgs.writeScriptBin "show-keybinds" (builtins.readFile ./scripts/keybinds.sh);
|
||||
|
||||
vm-start = pkgs.writeScriptBin "vm-start" (builtins.readFile ./scripts/vm-start.sh);
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
wall-change
|
||||
|
|
@ -37,5 +39,7 @@ in {
|
|||
shutdown-script
|
||||
|
||||
show-keybinds
|
||||
|
||||
vm-start
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue