user/pbsds/home: fix bat?

This commit is contained in:
Peder Bergebakken Sundt 2023-03-01 01:29:59 +01:00
parent edb76817ff
commit 1ff1b8a08d
1 changed files with 2 additions and 2 deletions

View File

@ -244,8 +244,8 @@
config.theme = "railscast";
#config.style = "plain";
config.map-syntax = [
"poetry.toml:Toml"
"flake.lock:Json"
"poetry.toml:toml"
"flake.lock:json"
];
# only in unstable as of 22.11:
#extraPackages = with pkgs.bat-extras; [ batdiff batman batgrep batwatch ];