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; + }; }; }; };