mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-19 05:31:54 +01:00
8 lines
140 B
Lua
8 lines
140 B
Lua
local opts = {}
|
|
|
|
opts.font = "Iosevka Nerd Font"
|
|
opts.term_font = "Iosevka Term Nerd Font Mono"
|
|
|
|
opts.term_command = "wezterm"
|
|
|
|
return opts
|