From be24e38ea2c742510bdddd7d1626a76e61b75c47 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Fri, 24 Oct 2025 02:29:21 -0400 Subject: [PATCH] Add wayfreeze --- migrations/1761274980.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/migrations/1761274980.sh b/migrations/1761274980.sh index 41825cbb..f196199b 100644 --- a/migrations/1761274980.sh +++ b/migrations/1761274980.sh @@ -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