refactor(wezterm): remove hardcoded path to fonts
This commit is contained in:
parent
900cd0f848
commit
1a7bf0264b
@ -3,7 +3,6 @@ local wezterm = require("wezterm")
|
||||
return {
|
||||
font_dirs = {
|
||||
(os.getenv("XDG_DATA_HOME") or os.getenv("HOME") .. "/.local/share") .. "/fonts",
|
||||
"/home/sam/.local/share/fonts"
|
||||
},
|
||||
use_cap_height_to_scale_fallback_fonts = true,
|
||||
line_height = 1.0,
|
||||
|
Loading…
Reference in New Issue
Block a user