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 = [
|
imports = [
|
||||||
./git
|
./git
|
||||||
|
|
||||||
|
./bat.nix
|
||||||
./btop.nix
|
./btop.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./vim.nix
|
./vim.nix
|
||||||
|
|
@ -13,7 +14,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
ncdu
|
ncdu
|
||||||
eza
|
eza
|
||||||
bat
|
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
httpie
|
httpie
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue