Not needed

This commit is contained in:
David Heinemeier Hansson
2026-05-19 12:00:15 +02:00
parent 2d966c2b90
commit 48dacca6ea
2 changed files with 2 additions and 21 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ Example:
# Runtime Environment
- Commands in `bin/` should rely on `$OMARCHY_PATH` from the uwsm environment; do not set or default `OMARCHY_PATH` manually there.
- `$OMARCHY_PATH` is set at the top level by the uwsm session environment and is always available to Omarchy runtime code.
- Commands in `bin/` and Quickshell QML should rely on `$OMARCHY_PATH` / `Quickshell.env("OMARCHY_PATH")`; do not derive fallback paths from `HOME`, `Quickshell.shellDir`, or re-export/default `OMARCHY_PATH` manually.
# Install Scripts