docs(theme): correct nomarchy-themes-prebuild header comment

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.
This commit is contained in:
Bernardo Magri
2026-05-21 20:41:43 +01:00
parent 9b06b6c243
commit fb4755fdbf

View File

@@ -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