dotfiles/nix/modules/home-manager/features/cli/htop.nix

10 lines
108 B
Nix
Raw Normal View History

2024-11-20 07:59:50 +00:00
{
programs.htop = {
enable = true;
settings = {
show_cpu_temperature = true;
};
};
}