From 9269257065097cad9484689807d597a5eae733e6 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 12 Aug 2026 03:46:46 +0530 Subject: [PATCH] feat(vega): add core system utilities --- modules/hosts/vega/config.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/hosts/vega/config.nix b/modules/hosts/vega/config.nix index 78bfc1f..d115df5 100644 --- a/modules/hosts/vega/config.nix +++ b/modules/hosts/vega/config.nix @@ -44,8 +44,11 @@ environment.etcBackupExtension = ".backup"; environment.motd = ""; environment.packages = with pkgs; [ - openssh + ncurses + procps + util-linux rsync + gnutar ]; system.stateVersion = "24.05";