mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: move to "self-written shell script packages"
This commit is contained in:
parent
b2ec9acae2
commit
66e198e7e5
3 changed files with 11 additions and 6 deletions
|
|
@ -3,7 +3,8 @@
|
|||
wallpaper-picker = pkgs.writeShellScriptBin "wallpaper-picker" (builtins.readFile ./scripts/wallpaper-picker.sh);
|
||||
runbg = pkgs.writeShellScriptBin "runbg" (builtins.readFile ./scripts/runbg.sh);
|
||||
|
||||
notes = pkgs.writeShellScriptBin "runbg" (builtins.readFile ./scripts/runbg.sh);
|
||||
notes = pkgs.writeShellScriptBin "notes" (builtins.readFile ./scripts/notes.sh);
|
||||
grabtext = pkgs.writeShellScriptBin "grabtext" (builtins.readFile ./scripts/grabtext.sh);
|
||||
|
||||
toggle_blur = pkgs.writeScriptBin "toggle_blur" (builtins.readFile ./scripts/toggle_blur.sh);
|
||||
toggle_oppacity = pkgs.writeScriptBin "toggle_oppacity" (builtins.readFile ./scripts/toggle_oppacity.sh);
|
||||
|
|
@ -20,6 +21,7 @@ in {
|
|||
runbg
|
||||
|
||||
notes
|
||||
grabtext
|
||||
|
||||
ascii
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue