diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/pkgs/scripts.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix index ba825f31..ec90c8f8 100644 --- a/hm/soispha/pkgs/scripts.nix +++ b/hm/soispha/pkgs/scripts.nix @@ -102,6 +102,12 @@ path = "small_functions"; dependencies = builtins.attrValues {inherit (pkgs) grim slurp wl-clipboard;}; }; + show-scr = write_shell { + name = "show"; + path = "wrappers"; + keep_path = true; # I might want to use nvim in less (and shell escapes) + dependencies = builtins.attrValues {inherit (pkgs) less locale;}; + }; neorg-scr = sysLib.writeShellScript { name = "neorg"; keep_path = true; @@ -277,6 +283,7 @@ in [ nest_comments-scr screenshot_persistent-scr screenshot_temporary-scr + show-scr spodi-scr update-sys-scr virsh-del-scr |