From a33127cd3c6e5851dc194230349f4b5ed789396d Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Fri, 12 Jun 2026 17:59:52 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20roadmap=20=E2=80=94=20Nomarchy=20distro?= =?UTF-8?q?=20branding=20(os-release,=20ISO=20boot=20menu,=20splash)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 078b56b..f974eda 100644 --- a/README.md +++ b/README.md @@ -240,3 +240,10 @@ workspaces · `Print` region screenshot. boot (v1 `nomarchy-install` is single-disk UEFI — see `pkgs/nomarchy-install`) - `hyprlock`/`hypridle`, swayosd, launch-or-focus UX scripts - swaync notification center (notify-send currently renders bare) +- **Distro branding:** replace the NixOS brand with Nomarchy everywhere it + surfaces — `system.nixos.distroName`/`distroId` (flows into + `/etc/os-release`, the live ISO's boot-menu label and the installed + system's systemd-boot entries), `isoImage.splashImage`/`grubTheme` for + the ISO boot screen, tuigreet/MOTD text. Caveats: `distroId` also + changes `DEFAULT_HOSTNAME` and some upstream `isNixos` checks, and + nixos-* CLI names stay (renaming tooling is not worth the drift)