diff options
Diffstat (limited to '')
| -rw-r--r-- | ghostty.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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"; }; }; |
