Switch back to wezterm

Can't seem to disable ghostty's annoying default key bindings.
This commit is contained in:
Alexander Wainwright
2026-01-03 16:11:01 +10:00
parent 579f208aae
commit 9ffa2500e7

View File

@@ -81,7 +81,7 @@ in
config = {
modifier = "Mod4";
terminal = "ghostty";
terminal = "wezterm";
menu = "fuzzel";
fonts = {
names = [ "JetBrainsMono Nerd Font" ];
@@ -154,7 +154,7 @@ in
keybindings = let
modifier = "Mod4";
in lib.mkOptionDefault {
"${modifier}+Return" = "exec ghostty";
"${modifier}+Return" = "exec wezterm";
"${modifier}+d" = "exec fuzzel";
"${modifier}+Shift+q" = "kill";
"${modifier}+Shift+c" = "reload";
@@ -261,7 +261,7 @@ in
enable = true;
settings = {
main = {
terminal = "${pkgs.ghostty}/bin/ghostty";
terminal = "${pkgs.wezterm}/bin/wezterm";
layer = "overlay";
width = 100;
line-height = 40;