about summary refs log tree commit diff
path: root/users/glittershark/system/system/modules/common.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-10-13T03·30-0400
committerglittershark <grfn@gws.fyi>2020-10-13T03·35+0000
commit963088aff63fd474fa44fa7a748accfdb85a0f85 (patch)
tree3eee2d2e57516000097de10aca2d4028b4d78a57 /users/glittershark/system/system/modules/common.nix
parent703407b2d41259a8514cd95dd454536de3dbbdda (diff)
feat(gs/system): Install htop on all systems r/1848
In this case mostly so I can have it on mugwump

Change-Id: Ifa24caf607b30c1d034f4a9e7044ece88fcee38e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2048
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/system/system/modules/common.nix')
-rw-r--r--users/glittershark/system/system/modules/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/system/system/modules/common.nix b/users/glittershark/system/system/modules/common.nix
index ef0af0819c..c3a339ef3b 100644
--- a/users/glittershark/system/system/modules/common.nix
+++ b/users/glittershark/system/system/modules/common.nix
@@ -32,6 +32,7 @@ with lib;
     lm_sensors
     dnsutils
     depot.users.glittershark.system.system.rebuilder
+    htop
   ];
 
   services.openssh.enable = true;