feat(home): Install btop

This commit is contained in:
punkfairie 2024-10-20 20:04:59 -07:00
parent e1738b4b2e
commit 2e36be0649
2 changed files with 14 additions and 0 deletions

13
home/btop/default.nix Normal file
View file

@ -0,0 +1,13 @@
{...}: {
programs.btop = {
enable = true;
rose-pine.enable = true;
settings = {
theme_background = false;
truecolor = true;
vim_keys = true;
};
};
}

View file

@ -19,6 +19,7 @@
imports = [
./bat
./btop
];
# This value determines the Home Manager release that your configuration is