add yt-dlp.nix
This commit is contained in:
parent
787584f141
commit
ebe0bb1d71
5 changed files with 46 additions and 23 deletions
6
modules/features/home/yt-dlp.nix
Normal file
6
modules/features/home/yt-dlp.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
programs.yt-dlp = {
|
||||
enable = true;
|
||||
settings = {};
|
||||
};
|
||||
}
|
||||
Reference in a new issue