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) } '';