From e030aa9687c37cc8d16e855bc98fd684c9e3a653 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 21 Jun 2024 18:47:10 -0400 Subject: [PATCH] phosh: Enable xwayland support This fixes an issue where some applications would fail to open entirely at the cost of lower quality graphics. --- modules/desktop.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/desktop.nix b/modules/desktop.nix index 30848113..7a0d27be 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -82,6 +82,10 @@ in enable = true; group = "users"; user = username; + + phocConfig = { + xwayland = "immediate"; + }; }; };