Change bat theme to catppuccin
This commit is contained in:
parent
2d83db719a
commit
a8d928742f
11
home-manager/shared/shell/bat.nix
Normal file
11
home-manager/shared/shell/bat.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
extraPackages = with pkgs.bat-extras; [batdiff batman batgrep batwatch];
|
||||||
|
catppuccin.enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue