diff --git a/modules/programs-gnome.nix b/modules/programs-gnome.nix index 22baaf5..de6a079 100644 --- a/modules/programs-gnome.nix +++ b/modules/programs-gnome.nix @@ -4,7 +4,7 @@ ./file-roller.nix # Archive manager: Compress and decompress ./ghostwriter.nix # Markdown editor #./gnome-terminal.nix # Terminal emulator. - ./blackbox.nix # Terminal emulator. + #./blackbox.nix # Terminal emulator. ]; users.users."yoda" = { @@ -26,6 +26,16 @@ gnome-contacts # Contacts gnome-calendar # Calendar #gnome-clocks # Clock and timer. Very short, hard coded altert sound. + + # Terminal emulator. + # + # Ghostty has its own terminfo entry. This config is missing on a remote host (-> SSH) without Ghostty installed. This results in the following error: + # + # can't find terminal definition for xterm-ghostty + # + # Fix: https://ghostty.org/docs/help/terminfo#ssh. More details: https://github.com/ghostty-org/ghostty/discussions/3161#discussioncomment-11806996 + # + ghostty ]; }; }