From bce519256641d200b6f80711fa3081e89f0e6b93 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 13 Jan 2022 11:15:43 +0300 Subject: feat(whitby): Install a handful of systemPackages Adds more things I keep using via nix-shell, as well as the deploy-whitby script (which is independent of a particular depot checkout). Change-Id: I36f87de7645768a05268c90ba9b3ab833bacca05 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4881 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: sterni --- ops/machines/whitby/default.nix | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'ops/machines/whitby/default.nix') diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 22d85b763b..dbee33aa3f 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -445,24 +445,32 @@ in { services.fail2ban.enable = true; - environment.systemPackages = with pkgs; [ + environment.systemPackages = (with pkgs; [ + alacritty.terminfo + bat bb curl direnv emacs-nox + fd + foot.terminfo git htop + hyperfine jq + kitty.terminfo nano + nvd ripgrep rxvt_unicode.terminfo - foot.terminfo - kitty.terminfo - alacritty.terminfo + tree + unzip vim zfs zfstools - ]; + ]) ++ (with depot; [ + ops.deploy-whitby + ]); services.journaldriver = { enable = true; -- cgit 1.4.1