]> Git — Sourcephile - julm/julm-nix.git/blob - homes/softwares/mpv.nix
opengl: enable
[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 '';
8 };
9 }