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