add yt-dlp to nfss
This commit is contained in:
parent
2ce9fb3a9b
commit
53d7bf16ec
1 changed files with 6 additions and 0 deletions
|
|
@ -6,9 +6,15 @@
|
||||||
../../../modules/tex.nix
|
../../../modules/tex.nix
|
||||||
../../../modules/syncthing.nix
|
../../../modules/syncthing.nix
|
||||||
../../../modules/schedule.nix
|
../../../modules/schedule.nix
|
||||||
|
../../../modules/yt-dlp.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.yt-dlp-custom = {
|
||||||
|
enable = true;
|
||||||
|
downloadDir = "/home/yanlin/Media";
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue