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