home: add htop
This commit is contained in:
parent
d5c9a3717f
commit
461937cc4b
|
@ -5,6 +5,7 @@
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
./documentation.nix
|
./documentation.nix
|
||||||
./git
|
./git
|
||||||
|
./htop.nix
|
||||||
./jq.nix
|
./jq.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./pager.nix
|
./pager.nix
|
||||||
|
|
6
home/htop.nix
Normal file
6
home/htop.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.htop = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue