diff --git a/modules/features/home/yt-dlp.nix b/modules/features/home/yt-dlp.nix index e77c986..c8c8fa4 100644 --- a/modules/features/home/yt-dlp.nix +++ b/modules/features/home/yt-dlp.nix @@ -1,6 +1,8 @@ {...}: { programs.yt-dlp = { enable = true; - settings = {}; + extraConfig = '' + -o ~/Downloads/yt-dlp/%(title)s.%(ext)s + ''; }; }