feat: enable catppuccin theme for bat

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2024-08-29 09:41:46 +02:00
parent e04671e317
commit ca89fcd828
Signed by: lander
GPG key ID: 0142722B4B0C536F
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{ ... }:
{
programs.bat = {
enable = true;
catppuccin.enable = true;
};
}

View file

@ -4,6 +4,7 @@
imports = [
./git
./bat.nix
./btop.nix
./starship.nix
./vim.nix
@ -13,7 +14,6 @@
home.packages = with pkgs; [
ncdu
eza
bat
ripgrep
fd
httpie