diff --git a/nix-system-configs/modules/scripts/pull.zsh b/nix-system-configs/modules/scripts/pull.zsh index 77544ae..0e2775b 100755 --- a/nix-system-configs/modules/scripts/pull.zsh +++ b/nix-system-configs/modules/scripts/pull.zsh @@ -138,7 +138,7 @@ else fi # Step 2.2: Sync styling directory (copy custom themes, templates, css etc.) -STYLING_DIR="${SCRIPT_DIR}/../../styling" +STYLING_DIR="${SCRIPT_DIR}/../styling" STYLING_TARGET="/etc/styling" if [[ -d "$STYLING_DIR" ]]; then