From 89bb347f477096603a2e33f9340faf9bba40ead3 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sun, 22 Mar 2026 17:48:24 -0300 Subject: [PATCH] fix(devkit,ghostty): ghostty desktop file --- packages/devkit/ghostty.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/devkit/ghostty.nix b/packages/devkit/ghostty.nix index e0f1eb8..70cc36e 100644 --- a/packages/devkit/ghostty.nix +++ b/packages/devkit/ghostty.nix @@ -46,6 +46,9 @@ in sed -i \ "s|Exec=.*|Exec=$out/bin/ghostty --gtk-single-instance=true|" \ $out/share/applications/com.mitchellh.ghostty.desktop + sed -i \ + "s|TryExec=.*|TryExec=$out/bin/ghostty|" \ + $out/share/applications/com.mitchellh.ghostty.desktop ''; } // {inherit (ghostty) name pname meta shell_integration terminfo;})