Add yt-dlp.

This commit is contained in:
Tom Alexander 2025-05-10 11:58:55 -04:00
parent 25c8c30488
commit 53f370b1ee
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -28,7 +28,7 @@ in
type = lib.types.bool; type = lib.types.bool;
default = false; default = false;
example = true; example = true;
description = "Whether we want to install media."; description = "Whether we want to install media utilities.";
}; };
}; };
@ -40,6 +40,7 @@ in
libva-utils # for vainfo libva-utils # for vainfo
vdpauinfo vdpauinfo
mkvtoolnix-cli # for mkvmerge mkvtoolnix-cli # for mkvmerge
yt-dlp
]; ];
} }
(lib.mkIf config.me.graphical { (lib.mkIf config.me.graphical {