MyNixOS website logo
option

programs.htop.settings

Extra global default configuration for htop which is read on first startup only. Htop subsequently uses ~/.config/htop/htoprc as configuration source.

Declarations
Type
attribute set of (string or signed integer or boolean or list of (string or signed integer or boolean))
Default
{ }
Example
{
  hide_kernel_threads = true;
  hide_userland_threads = true;
}