My Nix Configuration
2
fork

Configure Feed

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

at 56fe73c493b63553ecda3f4300a6cd23bdecc891 10 lines 141 B view raw
1{ 2 lib, 3 ... 4}: 5{ 6 options.flake.data = lib.mkOption { 7 type = lib.types.anything; 8 description = "Data for dishNet flakes"; 9 }; 10}