diff --git a/machines/pericyte/configuration.nix b/machines/pericyte/configuration.nix index c89a940..3d035a4 100644 --- a/machines/pericyte/configuration.nix +++ b/machines/pericyte/configuration.nix @@ -13,6 +13,8 @@ environment.systemPackages = with pkgs; [ git btop + tmux + oci-cli ]; boot.tmp.cleanOnBoot = true;