diff options
author | Soispha <soispha@vhack.eu> | 2024-01-13 12:05:52 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-13 12:05:52 +0100 |
commit | 3c855a3969e3b24c3a654e1089a0efe61361ad3c (patch) | |
tree | 8db950950ee4ce664d1409234e0f78ff033b805c /hm | |
parent | refactor(hm/pkgs/scrs/specific/neorg/sh): Split the script into sub-scripts (diff) | |
download | nixos-config-3c855a3969e3b24c3a654e1089a0efe61361ad3c.zip |
fix(hm/pkgs/scr/spec/ytcc/comments): Add `wl-clipboard` to support copy
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/pkgs/scripts.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix index 32902ec4..ba825f31 100644 --- a/hm/soispha/pkgs/scripts.nix +++ b/hm/soispha/pkgs/scripts.nix @@ -76,7 +76,7 @@ filter-comments-scr = sysLib.writeShellScript { name = "comments"; src = ./scripts/specific/ytcc/filter_comments.sh; - dependencies = with pkgs; [jq fmt less locale] ++ [nest_comments-scr]; + dependencies = with pkgs; [jq fmt less locale wl-clipboard] ++ [nest_comments-scr]; replacementStrings = { JQ_PREPROCCESSOR_SCRIPT = ./scripts/specific/ytcc/filter_comments.jq; }; |