1 2 3 4 5 6 7
{ lib, ... }: { options.modules.nix.extend = lib.options.mkOption { default = false; type = lib.types.bool; }; }