Skip to content

Commit

Permalink
ghostty: fix configuration for bat syntax
Browse files Browse the repository at this point in the history
(cherry picked from commit a6f37e5)
  • Loading branch information
HeitorAugustoLN authored and getchoo committed Jan 8, 2025
1 parent 5700d44 commit d6bcbea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/programs/ghostty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ in {
src = cfg.package;
file = "share/bat/syntaxes/ghostty.sublime-syntax";
};
config.map-syntax = [ "*/ghostty/config:Ghostty Config" ];
config.map-syntax =
[ "${config.xdg.configHome}/ghostty/config:Ghostty Config" ];
};
})

Expand Down

0 comments on commit d6bcbea

Please sign in to comment.