Add wezterm fix

This commit is contained in:
Tyler Kelley 2024-04-03 16:33:40 -05:00
parent 2867875321
commit 16c95b53ad

View File

@ -103,6 +103,8 @@ in lib.mkIf (wezterm == true) {
})
config.enable_wayland = false
-- and finally, return the configuration to wezterm
return config
'';