10 lines
108 B
Nix
10 lines
108 B
Nix
{
|
|
programs.htop = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
show_cpu_temperature = true;
|
|
};
|
|
};
|
|
}
|