add yt-dlp module to hs
This commit is contained in:
parent
cffec2c27d
commit
4e0ef07635
1 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
../../../modules/syncthing.nix
|
||||
../../../modules/tex.nix
|
||||
../../../modules/schedule.nix
|
||||
../../../modules/yt-dlp.nix
|
||||
];
|
||||
|
||||
services.scheduled-commands.aicloud-backup = {
|
||||
|
|
@ -17,6 +18,11 @@
|
|||
];
|
||||
};
|
||||
|
||||
programs.yt-dlp-custom = {
|
||||
enable = true;
|
||||
downloadDir = "/mnt/storage/Media/web-video";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue