From 67ac3864fd77544b1fd7325b96a914c5c8d4858a Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 20 Nov 2024 08:17:47 +0100 Subject: [PATCH] chore(pi4): Added more system packages --- hosts/pi4/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/pi4/default.nix b/hosts/pi4/default.nix index f791486..0d940d4 100644 --- a/hosts/pi4/default.nix +++ b/hosts/pi4/default.nix @@ -14,7 +14,12 @@ time.timeZone = "Europe/Paris"; environment.systemPackages = with pkgs; [ + podman-compose helix + unzip + htop + ncdu + wget git ];