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