This commit is contained in:
Elias Gasparis 2025-06-02 21:14:01 +08:00
parent 98f309e72a
commit 8a32e2f31b
16 changed files with 645 additions and 271 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