Replace wezterm with ghostty

wezterm was consuming quite a lot of memory, and I wasn't really using
any of the advanced features.

I will reconsider if ghostty ends up using just as much.
This commit is contained in:
J. Fernando Sánchez
2026-02-26 10:51:56 +01:00
parent 9befba5522
commit 93aeb0019e
4 changed files with 64 additions and 2 deletions

View File

@@ -29,7 +29,8 @@
pkgs.nerd-fonts.fira-code
pkgs.nerd-fonts.monoid
wezterm
#wezterm
ghostty
# Editors
emacs
@@ -210,5 +211,6 @@
"niri" = createDotLink "niri";
"jj" = createDotLink "jj";
"helix" = createDotLink "helix";
"ghostty" = createDotLink "ghostty";
};
}