diff options
author | Soispha <soispha@vhack.eu> | 2024-01-20 12:10:01 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-20 12:10:01 +0100 |
commit | 335d6d5f478b33cfebe4708a7c1008ce889b5a94 (patch) | |
tree | f1a0ff25eb04bbc3bb578b46dfa56582aec1146a /hm/soispha/pkgs/default.nix | |
parent | fix(sys/nixpkgs/pkgs/yt): Don't remove path as 'yt' and 'yts' need nvim (diff) | |
download | nixos-config-335d6d5f478b33cfebe4708a7c1008ce889b5a94.zip |
fix(hm/pkgs/yts): Use new rewritten version
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/pkgs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix index c7ffc64e..c43ec7a7 100644 --- a/hm/soispha/pkgs/default.nix +++ b/hm/soispha/pkgs/default.nix @@ -85,6 +85,8 @@ with pkgs; let 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) + yts # My tool to select the videos (used in conjunction with the entry above) + yt # My tool to both select and then download the videos (a merged version of the two entries above) ]; Listen = [ |