Add yt-dlp.
This commit is contained in:
parent
25c8c30488
commit
53f370b1ee
@ -28,7 +28,7 @@ in
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
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
|
||||
vdpauinfo
|
||||
mkvtoolnix-cli # for mkvmerge
|
||||
yt-dlp
|
||||
];
|
||||
}
|
||||
(lib.mkIf config.me.graphical {
|
||||
|
Loading…
x
Reference in New Issue
Block a user