forked from extern/zaneyos
fix fallback font for wezterm
This commit is contained in:
parent
f47f69a6fd
commit
561b1bf9a8
BIN
config/home/files/fonts/JetBrainsMono.ttf
Normal file
BIN
config/home/files/fonts/JetBrainsMono.ttf
Normal file
Binary file not shown.
BIN
config/home/files/fonts/NotoColorEmoji.ttf
Normal file
BIN
config/home/files/fonts/NotoColorEmoji.ttf
Normal file
Binary file not shown.
BIN
config/home/files/fonts/Symbols-Regular.ttf
Normal file
BIN
config/home/files/fonts/Symbols-Regular.ttf
Normal file
Binary file not shown.
@ -89,6 +89,20 @@ in lib.mkIf (wezterm == true) {
|
||||
quick_select_match_fg = { Color = '#ffffff' },
|
||||
}
|
||||
|
||||
wezterm.font_with_fallback({
|
||||
-- /.local/share/fonts/JetBrainsMono.ttf, FontConfig
|
||||
"JetBrains Mono",
|
||||
|
||||
-- /.local/share/fonts/Symbols-Regular.ttf, FontConfig
|
||||
"Symbols Nerd Font Mono",
|
||||
|
||||
-- /.local/share/fonts/NotoColorEmoji.ttf, FontConfig
|
||||
-- Assumed to have Emoji Presentation
|
||||
-- Pixel sizes: [128]
|
||||
"Noto Color Emoji",
|
||||
|
||||
})
|
||||
|
||||
-- and finally, return the configuration to wezterm
|
||||
return config
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user