nixos-greynix/update.sh

5 lines
88 B
Bash
Raw Normal View History

2024-11-10 20:28:45 +08:00
# add things to git
git add .
git commit -m "Update NixOS config."
git push origin main