Add yt-dlp.
This commit is contained in:
parent
25c8c30488
commit
53f370b1ee
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user