diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-22 23:59:41 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-22 23:59:41 -0400 |
| commit | 0b8810de255b3a6155272125ec611b47ec44a022 (patch) | |
| tree | ea4244b7b8f11548fdf7f2176e2ea716b92aa95b /ghostty.nix | |
| parent | unfixed and fixed ghostty. + reformat files (diff) | |
| download | nixos-0b8810de255b3a6155272125ec611b47ec44a022.tar.gz nixos-0b8810de255b3a6155272125ec611b47ec44a022.tar.bz2 nixos-0b8810de255b3a6155272125ec611b47ec44a022.zip | |
ghostty configuration
Diffstat (limited to 'ghostty.nix')
| -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"; }; }; |
