NixOS/template.nix

8 lines
151 B
Nix

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