feat: add catppuccin theme to btop

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

View file

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

View file

@ -4,13 +4,13 @@
imports = [
./git
./btop.nix
./starship.nix
./vim.nix
./zsh.nix
];
home.packages = with pkgs; [
btop
ncdu
eza
ripgrep