From f351ef00f77e5ea4d082a7eff86d7845dad7d9e0 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 25 Apr 2026 21:34:06 -0400 Subject: remove all --- ghostty.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 ghostty.nix (limited to 'ghostty.nix') diff --git a/ghostty.nix b/ghostty.nix deleted file mode 100644 index c598066..0000000 --- a/ghostty.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ - config, - pkgs, - inputs, - ... -}: { - programs.ghostty = { - enable = true; - settings = { - shell-integration = "fish"; - shell-integration-features = true; - mouse-hide-while-typing = true; - cursor-click-to-move = true; - mouse-shift-capture = true; - scrollback-limit = 10000; - link-url = true; - link-previews = true; - background-opacity = 0.8; - background-blur = true; - window-inherit-working-directory = true; - window-save-state = "always"; - copy-on-select = "clipboard"; - clipboard-read = "allow"; - clipboard-write = "allow"; - confirm-close-surface = false; - auto-update = "off"; - }; - }; -} -- cgit v1.3.1