{ config, lib, ... }: let inherit (lib) mkOption; in { options = { "default-configuration" = mkOption { type = config.configuration; }; }; }