Update NixOS config.

This commit is contained in:
Elias Gasparis 2025-01-16 06:32:20 +08:00
parent de8e55a3e3
commit 03cb349971

View file

@ -1,4 +1,7 @@
# add things to git
COMMIT_MSG="Update NixOS config."
echo "commit message?"
read $COMMIT_MSG
git add .
git commit -m "Update NixOS config."
git commit -m "$COMMIT_MSG"
git push origin main