{ pkgs, config, ... }: { # put your nix module in here! environment.systemPackages = with pkgs; [ # system wide packages ]; }