{ pkgs, ... }: { environment = { # Systemwide installed packages systemPackages = with pkgs; [ iftop openssl git btop wget zulu apx podman helix distrobox cerca ]; }; virtualisation.podman = { enable = true; dockerCompat = true; }; }