diff --git a/roles/wezterm/templates/wezterm.lua.j2 b/roles/wezterm/templates/wezterm.lua.j2 index 8f20879..ddee574 100644 --- a/roles/wezterm/templates/wezterm.lua.j2 +++ b/roles/wezterm/templates/wezterm.lua.j2 @@ -1,10 +1,6 @@ local wezterm = require 'wezterm' local config = {} -if wezterm.config_builder then - config = wezterm.config_builder() -end - config.font = wezterm.font('JetBrains Mono', { weight = 'Light'}) config.font_size = 10.0