From c96648885f42019ce87be83f1e5c248fbb2ee41b Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 26 Jan 2025 13:53:17 +0300 Subject: [PATCH] Wayland: Fix GDK render. --- config/Wayland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/Wayland.nix b/config/Wayland.nix index 2e18d77..0715cbe 100644 --- a/config/Wayland.nix +++ b/config/Wayland.nix @@ -14,6 +14,7 @@ in ECORE_EVAS_ENGINE = "wayland_egl"; ELM_ENGINE = "wayland_egl"; GDK_BACKEND = "wayland"; + GSK_RENDERER = "cairo"; # FIX: https://github.com/NixOS/nixpkgs/issues/353990 MOZ_ENABLE_WAYLAND = "1"; QT_QPA_PLATFORM = "wayland-egl;wayland;xcb"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";