Add yt-dlp.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user