Add wayfreeze

This commit is contained in:
Ryan Hughes
2025-10-24 02:29:21 -04:00
parent 717a015537
commit be24e38ea2

View File

@@ -1,6 +1,11 @@
echo "Migrate localsend-bin to localsend package"
echo "Migrate to correct packages for localsend and wayfreeze"
if omarchy-pkg-present localsend-bin; then
omarchy-pkg-drop localsend-bin
omarchy-pkg-add localsend
fi
if omarchy-pkg-present wayfreeze-git; then
omarchy-pkg-drop wayfreeze-git
omarchy-pkg-add wayfreeze
fi