chore(pi4): Added more system packages

This commit is contained in:
GaspardCulis 2024-11-20 08:17:47 +01:00
parent 2e0e4709fc
commit 67ac3864fd

View file

@ -14,7 +14,12 @@
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
podman-compose
helix helix
unzip
htop
ncdu
wget
git git
]; ];