ghostty: fix configuration for bat syntax
This commit is contained in:
parent
1e68dc759b
commit
a6f37e5785
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,8 @@ in {
|
||||||
src = cfg.package;
|
src = cfg.package;
|
||||||
file = "share/bat/syntaxes/ghostty.sublime-syntax";
|
file = "share/bat/syntaxes/ghostty.sublime-syntax";
|
||||||
};
|
};
|
||||||
config.map-syntax = [ "*/ghostty/config:Ghostty Config" ];
|
config.map-syntax =
|
||||||
|
[ "${config.xdg.configHome}/ghostty/config:Ghostty Config" ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue