Configuration files

Change wezterm font

authored by karei and committed by karei.dev e692ad7a 6da0706c

Changed files
+1 -1
+1 -1
.wezterm.lua
··· 2 2 3 3 local config = wezterm.config_builder() 4 4 5 - local font_family = "Mononoki Nerd Font Mono" 5 + local font_family = "BerkeleyMono Nerd Font" 6 6 7 7 if wezterm.hostname() == "WS" then 8 8 config.default_prog = { "pwsh" }