isHm: { lib, materusArgs, config, ... }: { options.mkk.dir = lib.mkOption { default = "${materusArgs.flake-path}"; type = lib.types.path; }; options.mkk.var = lib.mkOption { default = {}; type = lib.types.attrs; }; imports = [ (import ./nvim.nix isHm) ./nix.nix ]; config.mkk.var = import ./private/variables.nix; config._module.args.mkk = config.mkk.var; }