From 7f1cfa3c9890e3831cebfe1e59cb7cba87aa9dc6 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Wed, 21 Jan 2026 13:46:00 +0000 Subject: [PATCH] hide spotlight --- profiles/darwin.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/darwin.nix b/profiles/darwin.nix index b55ad54..89378f8 100644 --- a/profiles/darwin.nix +++ b/profiles/darwin.nix @@ -96,6 +96,9 @@ "com.apple.AdLib" = { allowApplePersonalizedAdvertising = false; }; + "com.apple.Spotlight" = { + MenuItemHidden = true; + }; }; }; };