add nvitop

This commit is contained in:
Daylin Morgan 2024-10-22 00:36:40 -05:00
parent c85cee458e
commit cc8732c6f6
Signed by: daylin
GPG key ID: 950D13E9719334AD

9
hosts/mannaz/pkgs.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
environment.systemPackages = (
with pkgs;
[
nvitop
]
);
}