Update NixOS config.

This commit is contained in:
Elias Gasparis 2025-01-16 06:34:27 +08:00
parent 03cb349971
commit 9c7342fdf4

View file

@ -2,6 +2,9 @@
COMMIT_MSG="Update NixOS config."
echo "commit message?"
read $COMMIT_MSG
echo "this is what they wrote: $COMMIT_MSG"
git add .
git commit -m "$COMMIT_MSG"
git push origin main