Add youtube-dl config

This commit is contained in:
Smaug123
2021-07-09 19:19:16 +01:00
parent 5260915e52
commit 2a8b33a30b
2 changed files with 3 additions and 0 deletions

View File

@@ -114,4 +114,6 @@ let g:syntastic_check_on_wq = 0''; }
programs.neovim.withPython3 = true;
programs.neovim.extraConfig = builtins.readFile ./init.vim;
home.file.".config/youtube-dl/config".source = ./youtube-dl.conf;
}

1
youtube-dl.conf Normal file
View File

@@ -0,0 +1 @@
-f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]'