Module Discovery and Auto-Import
This file handles module imports in two ways:
This file handles module imports in two ways:
- AUTO-DISCOVERY: Directory modules (new structure) are auto-imported
- module-name/default.nix
- Excludes directories starting with _ or .- EXPLICIT IMPORTS: Legacy single-file modules are imported explicitly
- These are listed below and should be migrated to directory structureThe _template/ directory provides the template for new modules.
For fast metadata access without full evaluation, use:
config.stackpanel._moduleMetas.<module-id>