diff --git a/README.md b/README.md index 39c0777..d018ea0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ ## 📂 Component-Based Architecture -Nomarchy uses a **Feature-Centric Directory Structure**. Configuration, modules, and utilities are strictly organized to maintain sanity as the system grows. +Nomarchy uses a **Feature-Centric Directory Structure**. For a comprehensive breakdown of the system architecture, folder roles, and module logic, see the [Detailed Architecture Documentation](docs/STRUCTURE.md). + +Configuration, modules, and utilities are strictly organized to maintain sanity as the system grows. - **`core/`**: Foundational OS & User defaults (Bootloader, Audio, Bluetooth, core system features). - **`features/`**: Isolated modules containing Nix logic and raw dotfiles. diff --git a/STRUCTURE.md b/docs/STRUCTURE.md similarity index 100% rename from STRUCTURE.md rename to docs/STRUCTURE.md