Configure htop with Home Manager
This commit is contained in:
parent
2226730f0b
commit
a181e9fe4e
|
@ -44,7 +44,6 @@ with pkgs;
|
|||
git-crypt
|
||||
gnupg
|
||||
go
|
||||
htop
|
||||
inotify-tools
|
||||
jq
|
||||
lua
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
../../modules/home-manager/bin.nix
|
||||
../../modules/home-manager/direnv.nix
|
||||
../../modules/home-manager/fzf.nix
|
||||
../../modules/home-manager/htop.nix
|
||||
../../modules/home-manager/lsd.nix
|
||||
../../modules/home-manager/pet.nix
|
||||
../../modules/home-manager/phpactor.nix
|
||||
|
|
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…
Reference in a new issue