NixOS RFC42-style module options x config [nix-0005]

一个典型的 RFC42 module 一般由 optionsconfig 组成。

options = {};
  config = {};
TODO