diff options
Diffstat (limited to 'hm/soispha/pkgs/scripts.nix')
-rw-r--r-- | hm/soispha/pkgs/scripts.nix | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix index a8568d43..2bc92297 100644 --- a/hm/soispha/pkgs/scripts.nix +++ b/hm/soispha/pkgs/scripts.nix @@ -147,6 +147,18 @@ mpc-cli jq gnused + less + ; + }; + }; + mpc-rm-src = write_script { + name = "mpc-rm"; + path = "wrappers"; + dependencies = builtins.attrValues { + inherit + (pkgs) + mpc-cli + trash-cli ; }; }; @@ -166,12 +178,13 @@ dependencies = builtins.attrValues {inherit (pkgs) gawk expect yt-dlp;}; }; in [ + # llp-scr # TODO: see above aumo-scr con2pdf-scr fupdate-src ll-scr - # llp-scr # TODO: see above lyrics-src + mpc-rm-src neorg-scr screenshot_persistent-scr screenshot_temporary-scr |