wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-21 16:10:14 +01:00
parent ae5a768747
commit 672a80e200
2 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@ function M.apply_to_config(config)
end
if hn == "dnsc-machine" then
config.font = wezterm.font("Victor Mono", { weight = "DemiBold" })
config.font = wezterm.font("VictorMono Nerd Font", { weight = "DemiBold" })
config.font_size = 15.5
config.window_decorations = "RESIZE"
config.window_padding = helpers.get_padding(18, 6)