add yt-dlp to nfss

This commit is contained in:
Yan Lin 2026-02-01 10:29:47 +01:00
parent 2ce9fb3a9b
commit 53d7bf16ec

View file

@ -6,9 +6,15 @@
../../../modules/tex.nix
../../../modules/syncthing.nix
../../../modules/schedule.nix
../../../modules/yt-dlp.nix
];
home.packages = with pkgs; [
];
programs.yt-dlp-custom = {
enable = true;
downloadDir = "/home/yanlin/Media";
};
}