about summary refs log tree commit diff
path: root/users/wpcarro
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-05-09T17·41-0700
committerclbot <clbot@tvl.fyi>2022-05-10T01·57+0000
commited39640cf2e8ce0912574771c2044df02f33f2f2 (patch)
tree4dcf22bff70d2965a5617a7c4f563ebf97db3bf1 /users/wpcarro
parentd2b1cdc14b3d3e4e770e38fcd62dbb0044701cf8 (diff)
feat(wpcarro/nix): Support htop, zip r/4033
More common CLI utilities that I expect to be available as defaults.

Change-Id: I59c5492f3dc007aaea5bfb7b01d5f842ced0d6c9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5564
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'users/wpcarro')
-rw-r--r--users/wpcarro/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix
index dd9388e0b5..9a8dd344d8 100644
--- a/users/wpcarro/common.nix
+++ b/users/wpcarro/common.nix
@@ -50,6 +50,7 @@ in
     fzf
     git
     gnupg
+    htop
     jq
     mkpasswd
     nmap
@@ -65,5 +66,6 @@ in
     # TODO(wpcarro): Debug this failing build.
     # wpcarro.tools.simple_vim
     xclip
+    zip
   ];
 }