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";