htop: do not show cpu temperature

This commit is contained in:
Motiejus Jakštys 2024-04-26 00:08:37 +03:00
parent f084cd14fb
commit 9e3cb3adc2

View File

@ -193,7 +193,7 @@ in {
htop = { htop = {
enable = true; enable = true;
settings = { settings = {
show_cpu_temperature = 1; show_cpu_temperature = 0;
show_cpu_frequency = 1; show_cpu_frequency = 1;
hide_kernel_threads = 1; hide_kernel_threads = 1;
hide_userland_threads = 1; hide_userland_threads = 1;