[[Option declarations]] --- ```nix { pkgs, config, ... }: { options = {}; config = {}; } ```