add yt-dlp module to hs

This commit is contained in:
Yan Lin 2025-12-08 23:04:28 +01:00
parent cffec2c27d
commit 4e0ef07635

View file

@ -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; [
];