mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 06:00:45 -06:00
add nvitop
This commit is contained in:
parent
c85cee458e
commit
cc8732c6f6
1 changed files with 9 additions and 0 deletions
9
hosts/mannaz/pkgs.nix
Normal file
9
hosts/mannaz/pkgs.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = (
|
||||||
|
with pkgs;
|
||||||
|
[
|
||||||
|
nvitop
|
||||||
|
]
|
||||||
|
);
|
||||||
|
}
|
Loading…
Reference in a new issue