local wezterm = require 'wezterm' return { -- font = wezterm.font("Operator Mono Book"), font = wezterm.font("Fira Code"), font_size = 18, color_scheme = "iceberg-light", default_prog = { "/usr/bin/env", "bash", "-l" }, }