From f263c95f039cd2425c2938db351c31ad64022243 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 9 Jan 2025 14:52:31 +0100 Subject: [PATCH] ghostty: don't start nvim automatically --- home/common/ghostty.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index 3a2f55e..a05ca7f 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -29,7 +29,6 @@ unfocused-split-opacity = 1.0; shell-integration = "fish"; - initial-command = "nvim-remote"; window-decoration = true; gtk-single-instance = true; @@ -129,7 +128,7 @@ "TerminalEmulator" ]; exec = '' - ghostty --class=com.mitchellh.ghostty-devel --command="ssh -t devel" --initial-command="ssh -t devel nvim-remote" + ghostty --class=com.mitchellh.ghostty-devel --command="ssh -t devel" --initial-command="ssh -t devel" ''; genericName = "Ghostty (devel)"; icon = "com.mitchellh.ghostty";