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.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 ];