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";