diff --git a/home-manager/common/software/gui/ghostty.nix b/home-manager/common/software/gui/ghostty.nix index 99df558e..39dc94b9 100644 --- a/home-manager/common/software/gui/ghostty.nix +++ b/home-manager/common/software/gui/ghostty.nix @@ -5,7 +5,7 @@ # Otherwise it sets the term to "xterm-ghostty" and it fails to connect to ssh programs.bash.sessionVariables = { TERM = "xterm-256color"; }; - programs.fish.shellInit = ''set TERM "xterm-256color ''; + programs.fish.shellInit = ''set TERM "xterm-256color" ''; # TODO Re-enable this when 25.05 is out or when this is compabile with 24.11 # programs.ghostty = {