lol
0
fork

Configure Feed

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

at 25.11-pre 8 lines 143 B view raw
1{ lib, config, ... }: 2{ 3 options.isLazy = lib.mkOption { 4 default = !config.value ? foo; 5 }; 6 7 config.value.bar = throw "is not lazy"; 8}