craige: switched to yt-dlp

This commit is contained in:
Serĉanto de Scio 2022-01-24 12:13:47 +10:00
parent 186f65b240
commit 8ea494c268
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
2 changed files with 1 additions and 1 deletions

View file

@ -141,7 +141,6 @@
wget wget
wesnoth # Turn-based strategy game wesnoth # Turn-based strategy game
xorg.xev xorg.xev
youtube-dl
zip # zip all the zip's zip # zip all the zip's
zlib zlib
zlib.dev zlib.dev

View file

@ -12,5 +12,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
byobu # text-based window manager and terminal multiplexer. byobu # text-based window manager and terminal multiplexer.
gopass # password file manager gopass # password file manager
yt-dlp # Command-line tool to download videos
]; ];
} }