htop: enable
This commit is contained in:
parent
bd5a760fa7
commit
b3d5df364d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,6 @@ in
|
|||
dconf
|
||||
twemoji-color-font
|
||||
fira-code
|
||||
htop
|
||||
rustup
|
||||
pkg-config
|
||||
clang
|
||||
|
@ -71,6 +70,7 @@ in
|
|||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.htop.enable = true;
|
||||
programs.htop.settings = {
|
||||
hide_kernel_threads="1";
|
||||
hide_userland_threads="1";
|
||||
|
|
Loading…
Add table
Reference in a new issue