fix(devkit,ghostty): ghostty desktop file

This commit is contained in:
Guz
2026-03-22 17:48:24 -03:00
parent 76db1a778d
commit 89bb347f47

View File

@@ -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;})