user/pbsds/home: fix bat?
This commit is contained in:
parent
edb76817ff
commit
1ff1b8a08d
|
@ -244,8 +244,8 @@
|
||||||
config.theme = "railscast";
|
config.theme = "railscast";
|
||||||
#config.style = "plain";
|
#config.style = "plain";
|
||||||
config.map-syntax = [
|
config.map-syntax = [
|
||||||
"poetry.toml:Toml"
|
"poetry.toml:toml"
|
||||||
"flake.lock:Json"
|
"flake.lock:json"
|
||||||
];
|
];
|
||||||
# only in unstable as of 22.11:
|
# only in unstable as of 22.11:
|
||||||
#extraPackages = with pkgs.bat-extras; [ batdiff batman batgrep batwatch ];
|
#extraPackages = with pkgs.bat-extras; [ batdiff batman batgrep batwatch ];
|
||||||
|
|
Loading…
Reference in New Issue