feat: add catppuccin theme to btop
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
fe0e45b873
commit
74544e5d9c
2 changed files with 9 additions and 1 deletions
8
home/lander/features/cli/btop.nix
Normal file
8
home/lander/features/cli/btop.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -4,13 +4,13 @@
|
|||
imports = [
|
||||
./git
|
||||
|
||||
./btop.nix
|
||||
./starship.nix
|
||||
./vim.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
btop
|
||||
ncdu
|
||||
eza
|
||||
ripgrep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue