{
  lib,
  options,
  config,
  ...
}:
 
{
  options = {
    <<nixos-module-options>>
  };
 
  config = lib.mkMerge [
    <<nixos-module-config>>
  ];
}
nixos