Remove youtube-dl
It is marked as insecure, and was unused anyway.
This commit is contained in:
parent
e91ca8e267
commit
08e30e01cf
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue