mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-07 15:04:55 +01:00
workaround arch missing iosevka term
This commit is contained in:
parent
d87fb646b6
commit
4e47476052
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ local opts = {}
|
||||||
opts.good_internet = true
|
opts.good_internet = true
|
||||||
|
|
||||||
opts.font = "Iosevka Nerd Font"
|
opts.font = "Iosevka Nerd Font"
|
||||||
opts.term_font = "Iosevka Term Nerd Font Mono"
|
opts.term_font = "Iosevka Nerd Font"
|
||||||
|
|
||||||
opts.term = {
|
opts.term = {
|
||||||
name = "Wezterm",
|
name = "Wezterm",
|
||||||
|
|
Loading…
Reference in a new issue