1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-03 22:26:05 +02:00

remove useless wezterm config part

This commit is contained in:
eoli3n 2023-11-06 22:41:00 +01:00
parent e9c3396dc6
commit 0420123c94

View File

@ -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