Remove youtube-dl

It is marked as insecure, and was unused anyway.
This commit is contained in:
Simon Bruder 2024-08-03 13:53:07 +02:00
parent e91ca8e267
commit 08e30e01cf
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -25,12 +25,10 @@ let
in in
{ {
xdg.configFile = { xdg.configFile = {
"youtube-dl/config".text = textConfig;
"yt-dlp/config".text = textConfig; "yt-dlp/config".text = textConfig;
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
youtube-dl
unstable.yt-dlp unstable.yt-dlp
]; ];
} }