ghostty: fix configuration for bat syntax

This commit is contained in:
Heitor Augusto 2025-01-03 07:26:00 -03:00 committed by GitHub
parent 1e68dc759b
commit a6f37e5785
Failed to generate hash of commit

View file

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