diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-13T12·47+0300 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-12-13T12·48+0300 |
commit | 961443c23c222fcac9f79464b5d8c67db7c3dbc5 (patch) | |
tree | 4756dec8438563eefcd36eb764a02aa8a402d890 /ops | |
parent | 3a410a78df98fbace3fb3d6c6a570058a2758811 (diff) |
feat(whitby): Add some more useful programs r/3210
I keep using these in nix-shell but really they should just be installed. Change-Id: Ic2c36bae8b582fef88029b288accdfd3c8bc0f1b
Diffstat (limited to 'ops')
-rw-r--r-- | ops/machines/whitby/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index f0e934c635d1..38a3f1a31f9b 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -435,10 +435,13 @@ in { environment.systemPackages = with pkgs; [ bb curl + direnv emacs-nox git htop + jq nano + ripgrep rxvt_unicode.terminfo vim zfs |