oizys/hosts/mannaz/pkgs.nix
2024-10-22 00:36:40 -05:00

9 lines
97 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = (
with pkgs;
[
nvitop
]
);
}