mirror of
https://github.com/nix-community/home-manager
synced 2025-01-25 18:35:01 +01:00
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;
|
||||
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…
Add table
Reference in a new issue