home: add htop

This commit is contained in:
Bruno BELANYI 2021-02-21 18:33:38 +00:00
parent d5c9a3717f
commit 461937cc4b
2 changed files with 7 additions and 0 deletions

6
home/htop.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }:
{
programs.htop = {
enable = true;
};
}