mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 09:52:56 +01:00
update fonts
This commit is contained in:
parent
a2b14892a3
commit
5ff9e66e96
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ local opts = {}
|
|||
-- streamlink use low-latency mode.
|
||||
opts.good_internet = true
|
||||
|
||||
opts.font = "Iosevka Nerd Font"
|
||||
opts.term_font = "Iosevka Nerd Font"
|
||||
opts.font = "IosevkaNerdFont"
|
||||
opts.term_font = "IosevkaTermNerdFontMono"
|
||||
|
||||
opts.term = {
|
||||
name = "Wezterm",
|
||||
|
|
Loading…
Reference in a new issue