first commit

This commit is contained in:
Tootbrute 2025-05-18 21:41:41 +08:00
commit 0576c29135
13 changed files with 479 additions and 0 deletions

9
update.sh Executable file
View file

@ -0,0 +1,9 @@
# add things to git
COMMIT_MSG="Update NixOS config."
echo "Commit message?"
read COMMIT_MSG
echo "OK!"
git add .
git commit -m "$COMMIT_MSG"
git push origin main