diff --git a/hosts/nixos/nfss/home.nix b/hosts/nixos/nfss/home.nix index e303847..6facc3d 100644 --- a/hosts/nixos/nfss/home.nix +++ b/hosts/nixos/nfss/home.nix @@ -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"; + }; + }