diff options
author | William Carroll <wpcarro@gmail.com> | 2022-05-09T17·41-0700 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-10T01·57+0000 |
commit | ed39640cf2e8ce0912574771c2044df02f33f2f2 (patch) | |
tree | 4dcf22bff70d2965a5617a7c4f563ebf97db3bf1 | |
parent | d2b1cdc14b3d3e4e770e38fcd62dbb0044701cf8 (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>
-rw-r--r-- | users/wpcarro/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix index dd9388e0b542..9a8dd344d82e 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 ]; } |