This commit is contained in:
2025-11-30 00:17:10 +03:00
parent 8736b50e04
commit 55f72bfd7c
4 changed files with 11 additions and 3 deletions
@@ -2,7 +2,6 @@
set -euo pipefail
REPO_DIR="$HOME/Documents/Github/nixos-config"
cd "$REPO_DIR" || { echo "Error: cannot change directory to $REPO_DIR" >&2; exit 1; }