chore(pi4): Added more system packages
This commit is contained in:
parent
2e0e4709fc
commit
67ac3864fd
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue