Configure htop with Home Manager
This commit is contained in:
parent
2226730f0b
commit
a181e9fe4e
3 changed files with 10 additions and 1 deletions
modules/home-manager
9
modules/home-manager/htop.nix
Normal file
9
modules/home-manager/htop.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.htop = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
show_cpu_temperature = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue