From 51513848203203744073fc57a84dbd074bf45eb6 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 3 Oct 2025 19:21:22 -0700 Subject: [PATCH] update ghostty config --- programs/ghostty/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/programs/ghostty/default.nix b/programs/ghostty/default.nix index bf2778e..eed7c77 100644 --- a/programs/ghostty/default.nix +++ b/programs/ghostty/default.nix @@ -5,7 +5,10 @@ let copy-on-select = "clipboard"; font-family = "SF Mono"; font-size = 16; + link-previews = true; + macos-shortcuts = "ask"; macos-titlebar-style = "transparent"; + maximize = true; mouse-hide-while-typing = true; split-divider-color = "orange"; theme = "Builtin Tango Dark";