diff --git a/nix/configurations/vanadium/home/programs.nix b/nix/configurations/vanadium/home/programs.nix index cbf3a6cb..f6994f24 100644 --- a/nix/configurations/vanadium/home/programs.nix +++ b/nix/configurations/vanadium/home/programs.nix @@ -129,7 +129,12 @@ password-store.enable = true; tealdeer.enable = true; - yt-dlp.enable = true; + yt-dlp = { + enable = true; + settings = { + paths = "~/Downloads"; + }; + }; btop.enable = true; cmus.enable = true;