feat(shell): add btop
This commit is contained in:
parent
01a306d364
commit
0408a1f683
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
@ -12,6 +12,7 @@
|
||||
imports = [
|
||||
./atuin.nix
|
||||
./bat.nix
|
||||
./btop.nix
|
||||
./carapace.nix
|
||||
./direnv.nix
|
||||
./eza.nix
|
||||
|
Reference in New Issue
Block a user