diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/pkgs/scripts.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix index f263ff5e..ae0ee827 100644 --- a/hm/soispha/pkgs/scripts.nix +++ b/hm/soispha/pkgs/scripts.nix @@ -73,14 +73,6 @@ inherit (pkgs) jq fmt less locale; }; }; - filter-comments-scr = sysLib.writeShellScript { - name = "comments"; - src = ./scripts/specific/ytcc/filter_comments.sh; - dependencies = with pkgs; [jq fmt less locale wl-clipboard] ++ [nest_comments-scr]; - replacementStrings = { - JQ_PREPROCCESSOR_SCRIPT = ./scripts/specific/ytcc/filter_comments.jq; - }; - }; screenshot_persistent-scr = write_shell { name = "screenshot_persistent"; path = "small_functions"; @@ -159,11 +151,6 @@ TASK_PROJECT_FILE = "/home/soispha/repos/nix/nixos-config/hm/soispha/conf/taskwarrior/projects/default.nix"; }; }; - nest_comments-scr = write_python { - name = "nest_comments.py"; - path = "specific/ytcc"; - dependencies_python = ps: []; - }; update-sys-scr = write_shell { name = "update-sys"; path = "small_functions"; @@ -267,7 +254,6 @@ in [ aumo-scr con2pdf-scr description-scr - filter-comments-scr fupdate-scr hibernate-scr ll-scr @@ -276,7 +262,6 @@ in [ mpc-rm-scr nato-scr neorg-scr - nest_comments-scr screenshot_persistent-scr screenshot_temporary-scr show-scr |