Configure htop with Home Manager

This commit is contained in:
Oliver Davies 2024-11-20 07:59:50 +00:00
parent 2226730f0b
commit a181e9fe4e
3 changed files with 10 additions and 1 deletions
modules/home-manager

View file

@ -0,0 +1,9 @@
{
programs.htop = {
enable = true;
settings = {
show_cpu_temperature = true;
};
};
}