From 2b221712174009c60ae159aaa8267d76c94bb4c5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 6 Nov 2024 07:27:52 +0000 Subject: [PATCH] Set WEBKIT_DISABLE_COMPOSITING_MODE to fix whatsapp performance --- system/desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/desktop.nix b/system/desktop.nix index c2b70cde..ee97a590 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -7,6 +7,7 @@ sessionVariables = { NIXOS_OZONE_WL = "1"; MOZ_ENABLE_WAYLAND = "1"; + WEBKIT_DISABLE_COMPOSITING_MODE = "1"; XDG_SESSION_TYPE = "wayland"; QT_QPA_PLATFORM = "wayland"; };