Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ghostty: fix config syntax file location on darwin #6970

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

octet-stream
Copy link
Contributor

Description

Home Manager creates broken link to the Ghostty config syntax highlighting definition file, because it has different location on Darwin. This PR updates path to the config for Darwin users.

Fixes #6961

Checklist

  • Change is backwards compatible.

  • Code formatted with nix fmt or ./format.

  • Code tested through nix-shell --pure tests -A run.all
    or nix build --reference-lock-file flake.lock ./tests#test-all using Flakes.

  • Test cases updated/added. See example.

  • Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

Maintainer CC

@HeitorAugustoLN
@khaneliman

Home Manager creates broken link to the Ghostty config
syntax highlighting definition file, because it has different location
on Darwin. This commit updates path to the config for Darwin users.

Fixes nix-community#6961
@khaneliman
Copy link
Collaborator

Thanks, I was wondering why I couldn't recreate the error and realized I disabled installing syntaxes on darwin because of the error :P Path LGTM though from looking at the ghostty .App folder locally.

@khaneliman khaneliman merged commit 1a1793f into nix-community:master May 4, 2025
3 checks passed
@octet-stream octet-stream deleted the fix/ghostty-installBatSyntax-path branch May 4, 2025 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: programs.ghostty.installBatSyntax option is broken on macOS
2 participants