]> Git — Sourcephile - julm/julm-nix.git/blob - homes/softwares/mpv.nix
mpv: configure youtube-dl
[julm/julm-nix.git] / homes / softwares / mpv.nix
1 {
2 home.file = {
3 ".config/mpv/mpv.conf".text = ''
4 hwdec=auto-safe
5 profile=gpu-hq
6 vo=gpu
7 ytdl-format=18/mp4-480p/hls-480p/http-360p/mp4
8 '';
9 };
10 }