From 1e1a6b395fb9f41b0b55198d1d672cd71ef0fc05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Wed, 20 Aug 2025 18:28:59 +0200 Subject: [PATCH] vanadium: set yt-dlp download folder --- nix/configurations/vanadium/home/programs.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;