1{ lib, ... }: { 2 options.value = lib.mkOption { 3 type = lib.types.attrsOf lib.types.str; 4 default = {}; 5 }; 6}