commit 16e3180e76ba57030cf1cb7f8774a15eac850151 parent 31f8ee5ec21e6f07191ecdd178081f641c4e4aa2 Author: mtmn <miro@haravara.org> Date: Wed, 10 Jun 2026 15:50:47 +0200 void: install ghostty Diffstat:
| M | hosts/void/default.nix | | | 1 | + |
| A | hosts/void/overlays/config/ghostty/config.ghostty | | | 46 | ++++++++++++++++++++++++++++++++++++++++++++++ |
2 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -154,6 +154,7 @@ freerdp sioyek drawy + ghostty ]; llm = [ diff --git a/hosts/void/overlays/config/ghostty/config.ghostty b/hosts/void/overlays/config/ghostty/config.ghostty @@ -0,0 +1,46 @@ +window-decoration = none + +scrollback-limit = 10000 +mouse-hide-while-typing = true + +font-family = "Codelia" +font-size = 12 + +font-synthetic-style = no-bold,no-italic,no-bold-italic + +cursor-style = block +cursor-style-blink = false +cursor-color = #fd3333 +cursor-text = #15050f +shell-integration-features = no-cursor + +background = #e0d8c7 +foreground = #3a2018 +cursor-color = #497020 +selection-background = #b1bf88 +selection-foreground = #3a2018 +palette = 0=#d5c9b5 +palette = 1=#982500 +palette = 2=#226700 +palette = 3=#595000 +palette = 4=#103077 +palette = 5=#700054 +palette = 6=#005460 +palette = 7=#3a2018 +palette = 8=#6b5225 +palette = 9=#982500 +palette = 10=#226700 +palette = 11=#595000 +palette = 12=#103077 +palette = 13=#700054 +palette = 14=#005460 +palette = 15=#3a2018 + +keybind = ctrl+shift+c=copy_to_clipboard +keybind = ctrl+shift+v=paste_from_clipboard +keybind = shift+insert=paste_from_selection +keybind = ctrl+plus=increase_font_size:1 +keybind = ctrl+equal=increase_font_size:1 +keybind = ctrl+minus=decrease_font_size:1 +keybind = ctrl+0=reset_font_size +keybind = ctrl+shift+n=new_window