diff options
author | Soispha <soispha@vhack.eu> | 2024-01-05 13:26:31 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-05 13:26:31 +0100 |
commit | d33998b3ae3da72240d1dcc9f7766d42b94e0999 (patch) | |
tree | 69795f58c23d88fccebf97e1519a18ebc253520e /hm/soispha/pkgs/default.nix | |
parent | fix(hm/pkgs/scr/ytcc/filter_comments.sh): Rename export script to 'comments' (diff) | |
download | nixos-config-d33998b3ae3da72240d1dcc9f7766d42b94e0999.zip |
feat(hm/pkgs/scr/ytcc/ytc): Rewrite in Rust
Diffstat (limited to 'hm/soispha/pkgs/default.nix')
-rw-r--r-- | hm/soispha/pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix index dd4fac1e..ce63341f 100644 --- a/hm/soispha/pkgs/default.nix +++ b/hm/soispha/pkgs/default.nix @@ -84,6 +84,7 @@ with pkgs; let View = [ imv # Image viewer ytcc # Command line tool to keep track of your favorite playlists on YouTube and many other places. + ytc # My tool to download the videos (used in conjunction with the entry above) ]; Listen = [ |