at master 245 B view raw
1{ lib, ... }: 2{ 3 imports = [ 4 { 5 options.sm = lib.mkOption { 6 type = lib.types.strMatching "\\(.*\\)"; 7 }; 8 } 9 { 10 options.sm = lib.mkOption { 11 type = lib.types.strMatching "\\(.*\\)"; 12 }; 13 } 14 ]; 15}