From 2ad63bd513488bfd9b0d95ca35822af4c4a6ccb8 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Mon, 8 Jan 2024 18:42:59 -0300 Subject: [PATCH] fix: wezterm on wayland --- modules/home-manager/programs/wezterm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/programs/wezterm.nix b/modules/home-manager/programs/wezterm.nix index ffceafb..b525eff 100644 --- a/modules/home-manager/programs/wezterm.nix +++ b/modules/home-manager/programs/wezterm.nix @@ -31,6 +31,7 @@ in color_scheme = "${cfg.colorScheme}", default_prog = { ${lib.concatMapStrings (x: "'" + x + "',") cfg.defaultProg} }, font = wezterm.font("${cfg.font}"), + enable_wayland = false, -- TEMPORALLY FIX (see wez/wezterm#4483) } '';