mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-01 07:06:41 -07:00
flake update, disable aider, change wezterm theme
This commit is contained in:
parent
78e99ced02
commit
1a6b7782a0
4 changed files with 18 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
[
|
||||
./aider
|
||||
# ./aider
|
||||
./broot
|
||||
./fish
|
||||
./git
|
||||
|
|
|
@ -49,7 +49,8 @@ return {
|
|||
adjust_window_size_when_changing_font_size = false,
|
||||
check_for_updates = false,
|
||||
-- color_scheme = "Gruvbox Light";
|
||||
color_scheme = 'tokyonight',
|
||||
-- color_scheme = 'tokyonight',
|
||||
color_scheme = 'Tango (terminal.sexy)',
|
||||
default_gui_startup_args = { 'connect', 'unix' },
|
||||
font = wezterm.font 'SF Mono',
|
||||
font_size = 16,
|
||||
|
@ -166,6 +167,4 @@ return {
|
|||
split_nav('resize', 'e'),
|
||||
split_nav('resize', 'u'),
|
||||
},
|
||||
-- temp fix
|
||||
-- front_end = 'WebGpu',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue