From 878521dd80de3c8006f689064bf79044d442cb46 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 17 Jun 2023 00:34:02 -0600 Subject: [PATCH] Add htop to nyx --- common/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/system.nix b/common/system.nix index 4a8f7c4..9687d9b 100644 --- a/common/system.nix +++ b/common/system.nix @@ -14,6 +14,7 @@ in { git vim wget + htop ]; services.openssh = {