feat(shell): add btop
This commit is contained in:
parent
01a306d364
commit
0408a1f683
2 changed files with 14 additions and 0 deletions
13
shell/btop.nix
Normal file
13
shell/btop.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme_background = false;
|
||||
vim_keys = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue