Updated weaterm config

This commit is contained in:
2024-11-07 16:39:16 +00:00
parent 29d33f2b95
commit 91664a1780

View File

@@ -1,11 +1,12 @@
local wezterm = require("wezterm")
local config = wezterm.config_builder()
config.enable_wayland = false
config.enable_wayland = true
config.default_prog = { "nu" }
config.color_scheme = "Tokyo Night"
config.enable_kitty_keyboard = true
config.font = wezterm.font("MonaspiceNeNerdFontMono")
config.font_size = 16
config.use_fancy_tab_bar = false
return config