From 0b8810de255b3a6155272125ec611b47ec44a022 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 22 Aug 2025 23:59:41 -0400 Subject: ghostty configuration --- ghostty.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ghostty.nix') diff --git a/ghostty.nix b/ghostty.nix index 3fda034..c669cf0 100644 --- a/ghostty.nix +++ b/ghostty.nix @@ -8,9 +8,16 @@ programs.ghostty = { enable = true; settings = { + shell-integration = "zsh"; + shell-integration-features = true; + mouse-hide-while-typing = true; link-url = true; background-opacity = 0.8; background-blur = true; + clipboard-read = "allow"; + clipboard-write = "allow"; + confirm-close-surface = false; + auto-update = "off"; }; }; -- cgit v1.3.1