From 2c2458c815007611ebb6a1ee0790851cc3c00851 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 1 Jan 2024 17:17:22 +0100 Subject: feat(hm/pkgs/ytc): Init --- hm/soispha/pkgs/scripts.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'hm/soispha/pkgs/scripts.nix') diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix index d1a78c29..0b32a9c1 100644 --- a/hm/soispha/pkgs/scripts.nix +++ b/hm/soispha/pkgs/scripts.nix @@ -193,6 +193,22 @@ path = "wrappers"; dependencies = builtins.attrValues {inherit (pkgs) libvirt;}; }; + ytc-scr = write_script { + name = "ytc"; + path = "wrappers"; + dependencies = builtins.attrValues { + inherit + (pkgs) + jq + yt-dlp + ytcc + csvtool + mpv + ffmpeg + gnused + ; + }; + }; yti-scr = write_script { name = "yti"; path = "wrappers"; @@ -214,5 +230,6 @@ in [ spodi-scr update-sys-scr virsh-del-scr + ytc-scr yti-scr ] -- cgit 1.4.1