From 356186de7c2101a33b3857863475b603168538f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sun, 14 Dec 2025 19:01:32 +0100 Subject: [PATCH] curacao: Fix too much green in videos I used to think there could never be too much green but actually... --- curacao/hardware.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curacao/hardware.nix b/curacao/hardware.nix index 3852e5b..07c7c28 100644 --- a/curacao/hardware.nix +++ b/curacao/hardware.nix @@ -69,6 +69,8 @@ in home-manager.users.geoffrey = { ... }: { + # Uses Vulkan by default, which adds too much green and artefacts. + programs.mpv.config.gpu-api = "opengl"; services = { kanshi.settings = [ {