Recreated nix files

This commit is contained in:
2026-03-03 17:41:02 +01:00
parent 4e79105d7b
commit 4c089eff6c
2 changed files with 296 additions and 293 deletions
+293 -293
View File
File diff suppressed because it is too large Load Diff
@@ -10,3 +10,6 @@ if [ ! -f "$COPY_SCRIPT" ]; then
fi
# Execute the script
"$COPY_SCRIPT"
TIMESTAMP_FILE="$HOME/timestamp.txt"
date +"%Y-%m-%d %H:%M:%S" > "$TIMESTAMP_FILE"