this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 255 B view raw
1{delib, ...}: 2delib.module { 3 name = "constants"; 4 5 options.constants = with delib; { 6 username = readOnly (strOption "ovy"); 7 userfullname = readOnly (strOption "Ashlynne Mitchell"); 8 useremail = readOnly (strOption "ovy@ovyerus.com"); 9 }; 10}