14 lines
296 B
Django/Jinja
14 lines
296 B
Django/Jinja
-- {{ ansible_managed }}
|
|
|
|
local wezterm = require 'wezterm';
|
|
|
|
return {
|
|
font = wezterm.font(
|
|
'MonaspiceNe Nerd Font Mono',
|
|
{ weight = 'Regular', stretch = 'Normal', style = 'Normal' }
|
|
),
|
|
|
|
font_size = 11,
|
|
freetype_load_target = 'Light',
|
|
freetype_render_target = 'HorizontalLcd'
|
|
}
|