aboutsummaryrefslogtreecommitdiff
path: root/.wezterm.lua
blob: 4500a9b23bc951720c81b78b46accafd4e105eed (plain)
1
2
3
4
5
6
7
8
9
local wezterm = require 'wezterm'

return {
    font = wezterm.font_with_fallback {
        'DejaVu Sans Mono',
        'Monaco',
    },
    font_size = 16,
}