programs.htop.settings
NixOS option
Extra global default configuration for htop which is read on first startup only. Htop subsequently uses ~/.config/htop/htoprc as configuration source.
type: attribute set of (string or signed integer or boolean or list of (string or signed integer or boolean))Default
{ }Example
declared in: nixos/modules/programs/htop.nixView source on NixOS/nixpkgs →{
hide_kernel_threads = true;
hide_userland_threads = true;
}