fix: wezterm on wayland

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-08 18:42:59 -03:00
parent 59fc8328f7
commit 2ad63bd513

View File

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