✨ feat(home): Install btop
This commit is contained in:
parent
e1738b4b2e
commit
2e36be0649
2 changed files with 14 additions and 0 deletions
13
home/btop/default.nix
Normal file
13
home/btop/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{...}: {
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
|
||||
rose-pine.enable = true;
|
||||
|
||||
settings = {
|
||||
theme_background = false;
|
||||
truecolor = true;
|
||||
vim_keys = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
imports = [
|
||||
./bat
|
||||
./btop
|
||||
];
|
||||
|
||||
# This value determines the Home Manager release that your configuration is
|
||||
|
|
Loading…
Reference in a new issue