mirror of
https://codeberg.org/privacy1st/nix-git
synced 2025-04-03 17:05:59 +02:00
add ghostty
This commit is contained in:
parent
f356007259
commit
82d2c0608d
@ -4,7 +4,7 @@
|
|||||||
./file-roller.nix # Archive manager: Compress and decompress
|
./file-roller.nix # Archive manager: Compress and decompress
|
||||||
./ghostwriter.nix # Markdown editor
|
./ghostwriter.nix # Markdown editor
|
||||||
#./gnome-terminal.nix # Terminal emulator.
|
#./gnome-terminal.nix # Terminal emulator.
|
||||||
./blackbox.nix # Terminal emulator.
|
#./blackbox.nix # Terminal emulator.
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users."yoda" = {
|
users.users."yoda" = {
|
||||||
@ -26,6 +26,16 @@
|
|||||||
gnome-contacts # Contacts
|
gnome-contacts # Contacts
|
||||||
gnome-calendar # Calendar
|
gnome-calendar # Calendar
|
||||||
#gnome-clocks # Clock and timer. Very short, hard coded altert sound.
|
#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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user