mirror of
https://github.com/softinio/nix-config.git
synced 2025-08-31 23:06:40 -07:00
flake update and general improvements
This commit is contained in:
parent
e64fcefc8c
commit
8e5335ee33
4 changed files with 20 additions and 18 deletions
|
@ -8,11 +8,12 @@ end)
|
|||
return {
|
||||
adjust_window_size_when_changing_font_size = false,
|
||||
check_for_updates = false,
|
||||
-- color_scheme = "Gruvbox Light";
|
||||
color_scheme = "tokyonight",
|
||||
font = wezterm.font("FiraCode Nerd Font Mono"),
|
||||
font_size = 16,
|
||||
dpi = 144,
|
||||
scrollback_lines = 10000,
|
||||
scrollback_lines = 50000,
|
||||
initial_cols = 400,
|
||||
initial_rows = 80,
|
||||
leader = { key="b", mods="SUPER", timeout_milliseconds = 1000 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue