mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
ghostty: fix configuration for bat syntax
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user