docs: move STRUCTURE.md to docs/ and update README.md reference

This commit is contained in:
Bernardo Magri
2026-04-12 23:05:23 +01:00
parent 1853617f12
commit f4ecaed31a
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,9 @@
## 📂 Component-Based Architecture ## 📂 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). - **`core/`**: Foundational OS & User defaults (Bootloader, Audio, Bluetooth, core system features).
- **`features/`**: Isolated modules containing Nix logic and raw dotfiles. - **`features/`**: Isolated modules containing Nix logic and raw dotfiles.