{ lib, ... }: { options.modules.nix.extend = lib.options.mkOption { default = true; type = lib.types.bool; }; }