{ pkgs, ... }: { environment = { # Systemwide installed packages systemPackages = with pkgs; [ iftop openssl git btop wget ]; }; }