{ config, pkgs, ... }: { # List of basic packages to be installed system wide # Use https://search.nixos.org/ to find more packages (and options) environment.systemPackages = with pkgs; [ vim wget htop ]; }