{ lib, ... }: { options.mine.shared.settings = lib.mkOption { type = lib.types.attrsOf lib.types.anything; default = {}; }; }