1{ lib, ... }: 2{ 3 options.l.username = lib.mkOption { 4 type = lib.types.singleLineStr; 5 default = "da157"; 6 }; 7}