lol
0
fork

Configure Feed

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

at master 9 lines 143 B view raw
1{ lib, ... }: 2 3{ 4 options = { 5 value = lib.mkOption { 6 type = lib.types.coercedTo lib.types.int toString lib.types.str; 7 }; 8 }; 9}