From e13c93ec3adc30f202a10d16b5ed36f0e76363d2 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:00 +1000 Subject: [PATCH] darwin: rename application 'easy move + resize' nix darwin gets buggy otherwise as it sees 'easy-move+resize' as not in the cask list, uninstalls it and then installs 'easy-move-plus-resize' which resolves to 'easy-move+resize'. causing it to get reinstalled on every rebuild. --- modules/darwin/applications.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/darwin/applications.nix b/modules/darwin/applications.nix index 5ebc5e4..cac9847 100644 --- a/modules/darwin/applications.nix +++ b/modules/darwin/applications.nix @@ -35,7 +35,7 @@ "linearmouse" "alt-tab" - "easy-move-plus-resize" + "easy-move+resize" ]; };