From 4ad4f8868329ca1cc3d557b113be3732eb902a85 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Thu, 12 Feb 2026 22:17:20 +0100 Subject: [PATCH] Fix styling directory path in pull script --- nix-system-configs/modules/scripts/pull.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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