flake update, disable aider, change wezterm theme

This commit is contained in:
Salar Rahmanian 2025-02-14 09:02:53 -08:00
parent 78e99ced02
commit 1a6b7782a0
4 changed files with 18 additions and 21 deletions

View file

@ -1,5 +1,5 @@
[
./aider
# ./aider
./broot
./fish
./git

View file

@ -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',
}