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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user