1{ lib, ... }: { 2 options.nest.foo = lib.mkOption { 3 type = lib.types.bool; 4 default = false; 5 }; 6 config.nest.bar = "bar"; 7}