Change bat theme to catppuccin

This commit is contained in:
Lillian Violet 2024-04-29 21:49:37 +02:00
parent 2d83db719a
commit a8d928742f

View file

@ -0,0 +1,11 @@
{
lib,
pkgs,
...
}: {
programs.bat = {
enable = true;
extraPackages = with pkgs.bat-extras; [batdiff batman batgrep batwatch];
catppuccin.enable = true;
};
}