add yt-dlp to nfss

This commit is contained in:
Yan Lin 2026-01-26 21:55:03 +01:00
parent 42cd764620
commit e1c7ffb134

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/Downloads";
};
}