```nix options = { a = mkOption { ... }; b = mkOption {...}; }; ``` I need to look at both `a` and `b` to make sure the options are valid