cli: Install btop as a program
This commit is contained in:
parent
a12c6266cc
commit
8bc3e82f6d
1 changed files with 3 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ in {
|
||||||
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science de ]))
|
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science de ]))
|
||||||
|
|
||||||
# system tools
|
# system tools
|
||||||
btop
|
|
||||||
htop-vim # htop with vim bindings
|
htop-vim # htop with vim bindings
|
||||||
erdtree # du+tree had sex
|
erdtree # du+tree had sex
|
||||||
dua # ncdu but better
|
dua # ncdu but better
|
||||||
|
|
@ -117,6 +116,9 @@ in {
|
||||||
# better cat
|
# better cat
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
|
|
||||||
|
# htop replacement with a nice UI
|
||||||
|
btop.enable = true;
|
||||||
|
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue