feat: enable catppuccin theme for bat
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
e04671e317
commit
ca89fcd828
2 changed files with 9 additions and 1 deletions
8
home/lander/features/cli/bat.nix
Normal file
8
home/lander/features/cli/bat.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue