From 6ef28f022b1d7efeb01acafd7932f6ece1773e4d Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Sat, 25 Apr 2026 21:19:53 +0100 Subject: [PATCH] docs: link MIGRATION.md from README Surface the in-place migration path next to the clean-install wizard so existing NixOS users discover it without spelunking the repo. Co-Authored-By: Claude Opus 4.7 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d03270d..440e7c6 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,9 @@ The wizard will guide you through: - **Storage:** Choice between Standard Ext4 or Encrypted BTRFS with optional **Impermanence**. - **Localization:** Searchable timezones and keyboard layout selection. +### Already on NixOS? +Layer Nomarchy onto an existing 25.11 install without reformatting — see the [Migration Guide](MIGRATION.md). + --- ## 🛠️ Configuration & Usage