programs.wezterm.extraConfig
Extra configuration written to $XDG_CONFIG_HOME/wezterm/wezterm.lua. See https://wezfurlong.org/wezterm/config/files.html how to configure.
- Type
strings concatenated with "\n"- Default
""- Example
-- Your lua code / config here local mylib = require 'mylib'; return { usemylib = mylib.do_fun(); font = wezterm.font("JetBrains Mono"), font_size = 16.0, color_scheme = "Tomorrow Night", hide_tab_bar_if_only_one_tab = true, default_prog = { "zsh", "--login", "-c", "tmux attach -t dev || tmux new -s dev" }, keys = { {key="n", mods="SHIFT|CTRL", action="ToggleFullScreen"}, } }- Declared
- <home-manager/modules/programs/wezterm.nix>