{pkgs, ...}: { # Important packages for everything environment.systemPackages = with pkgs; [ git htop tree curl wget docker # Coding vscode ]; }