From fb4755fdbf580f632ea5bfb01e245203812b47ff Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Thu, 21 May 2026 20:41:43 +0100 Subject: [PATCH] docs(theme): correct nomarchy-themes-prebuild header comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The header said "Run once after install (the installer wires this up)". The installer doesn't actually wire it up — install.sh:1848 prints a final-screen tip telling the user to run it, but doesn't invoke it (pre-realising every theme adds significant install time and the user can opt in later). Corrected the comment to match. --- themes/engine/scripts/nomarchy-themes-prebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/engine/scripts/nomarchy-themes-prebuild b/themes/engine/scripts/nomarchy-themes-prebuild index 6ff391b..5eaaca0 100755 --- a/themes/engine/scripts/nomarchy-themes-prebuild +++ b/themes/engine/scripts/nomarchy-themes-prebuild @@ -2,8 +2,8 @@ # Pre-realise every theme's Home Manager generation into the Nix store so # future `nomarchy-theme-set` swaps are cache hits — no Stylix rebuild, no -# downloads. Run once after install (the installer wires this up) and again -# after adding or updating palettes. +# downloads. Run once after install (the installer's final message prompts +# you to do so) and again after adding or updating palettes. set -e