1
0
mirror of https://codeberg.org/privacy1st/nix-git synced 2025-04-02 16:55:59 +02:00

add ghostty

This commit is contained in:
Daniel Langbein 2025-03-28 16:21:08 +01:00
parent f356007259
commit 82d2c0608d
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

@ -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
];
};
}