fix(wezterm): set TERMINFO_DIRS explicitly for nix

This commit is contained in:
winston 2023-02-20 20:57:37 +01:00
parent b91640d120
commit 4824147ba9
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -10,6 +10,9 @@ wezterm.GLOBAL = {
}
return {
set_environment_variables = {
TERMINFO_DIRS = wezterm.home_dir .. "/.nix-profile/share/terminfo",
},
-- keys
disable_default_key_bindings = true,
leader = { key = "s", mods = "CTRL", timeout_milliseconds = 5000 },