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:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user