Add wezterm setup
This commit is contained in:
parent
ceaec45f54
commit
76f102b21d
7 changed files with 87 additions and 68 deletions
14
templates/wezterm/includes/fonts.lua.j2
Normal file
14
templates/wezterm/includes/fonts.lua.j2
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
-- {{ 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'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue