From 980bd7c9934cb6cce37ab8d34559ab93998e9036 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sun, 29 Mar 2026 20:55:19 +0200 Subject: [PATCH] rm wipr2 --- .pi/todos/95b075f0.md | 12 ++++++++++++ modules/darwin.nix | 3 --- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 .pi/todos/95b075f0.md diff --git a/.pi/todos/95b075f0.md b/.pi/todos/95b075f0.md new file mode 100644 index 0000000..9e25f3e --- /dev/null +++ b/.pi/todos/95b075f0.md @@ -0,0 +1,12 @@ +{ + "id": "95b075f0", + "title": "Fix Wipr 2 mas installation failure in nixos-config", + "tags": [ + "bugfix", + "mas", + "nix-darwin" + ], + "status": "in_progress", + "created_at": "2026-03-29T18:55:14.812Z", + "assigned_to_session": "8318f7d4-ccd1-4467-b7c9-fb05e53e4a1d" +} diff --git a/modules/darwin.nix b/modules/darwin.nix index 3f41ee7..07baace 100644 --- a/modules/darwin.nix +++ b/modules/darwin.nix @@ -154,9 +154,6 @@ in { "raycast" "spotify" ]; - masApps = { - "Wipr 2" = 1662217862; - }; }; }; }