refactor(wezterm): remove hardcoded path to fonts

This commit is contained in:
Price Hiller 2024-02-22 22:12:02 -06:00
parent 900cd0f848
commit 1a7bf0264b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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,