mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-12-14 14:55:40 +00:00
Add youtube-dl config
This commit is contained in:
2
home.nix
2
home.nix
@@ -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
1
youtube-dl.conf
Normal file
@@ -0,0 +1 @@
|
||||
-f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]'
|
||||
Reference in New Issue
Block a user