summaryrefslogtreecommitdiffstats
path: root/ghostty.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-22 23:59:41 -0400
committerAndrew <admonty1@protonmail.com>2025-08-22 23:59:41 -0400
commit0b8810de255b3a6155272125ec611b47ec44a022 (patch)
treeea4244b7b8f11548fdf7f2176e2ea716b92aa95b /ghostty.nix
parentunfixed and fixed ghostty. + reformat files (diff)
downloadnixos-0b8810de255b3a6155272125ec611b47ec44a022.tar.gz
nixos-0b8810de255b3a6155272125ec611b47ec44a022.tar.bz2
nixos-0b8810de255b3a6155272125ec611b47ec44a022.zip
ghostty configuration
Diffstat (limited to '')
-rw-r--r--ghostty.nix7
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";
};
};