diff --git a/nix/package.nix b/nix/package.nix index c19221584..b7a96da01 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -162,5 +162,6 @@ in homepage = "https://github.com/mitchellh/ghostty"; license = licenses.mit; platforms = ["x86_64-linux" "aarch64-linux"]; + mainProgram = "ghostty"; }; })