mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 13:32:49 +01:00
6 lines
109 B
Lua
6 lines
109 B
Lua
local opts = {}
|
|
|
|
opts.font = "Iosevka Nerd Font"
|
|
opts.term_font = "Iosevka Term Nerd Font Mono"
|
|
|
|
return opts
|