From cd616ddbbc51e70121020f8de77527ce23beef2e Mon Sep 17 00:00:00 2001 From: reidlab Date: Mon, 2 Jun 2025 01:58:17 -0700 Subject: [PATCH] fix mpv regression --- modules/software/system/mpv.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/software/system/mpv.nix b/modules/software/system/mpv.nix index b4b98b1..4ce0b1e 100644 --- a/modules/software/system/mpv.nix +++ b/modules/software/system/mpv.nix @@ -18,6 +18,7 @@ in { no-keepaspect-window = ""; # tiling doesn't play nice.. osc = "no"; border = "no"; + gpu-context = "wayland"; # TODO: remove, forced by a regression }; scriptOpts = {