added btop

This commit is contained in:
lsoriano-mcm
2025-07-04 11:36:04 -05:00
parent 377cd79704
commit 3717ecc642
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -6,5 +6,7 @@
../../packages/starship/home.nix
../../packages/fastfetch/home.nix
../../packages/zsh/home.nix
../../packages/btop/home.nix
];
}
+9
View File
@@ -0,0 +1,9 @@
{
programs.btop = {
enable = true;
settings = {
vim_keys = true;
theme_background = false;
};
};
}