From 988955336cec4629ea00169d4f268bc17ea0985a Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sat, 8 Aug 2026 11:42:15 +0200 Subject: [PATCH] home/fuji: temp fix for mpv selecting wrong pixelformat --- home/fuji/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/fuji/home.nix b/home/fuji/home.nix index 8fdb0c3..ec844d5 100644 --- a/home/fuji/home.nix +++ b/home/fuji/home.nix @@ -121,6 +121,7 @@ in alang = "eng,en"; hwdec = "auto"; vo = "dmabuf-wayland"; + vf = "format=nv12"; ao = "pipewire"; ytdl-format = "bestvideo[height<=1080]+bestaudio/best[height<=1080]"; video-osd = "yes";