1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 10:07:44 +00:00
ncc/modules/darwin/unshittify.nix

16 lines
419 B
Nix

{
system.defaults.NSGlobalDomain = {
NSDocumentSaveNewDocumentsToCloud = false;
};
system.defaults.LaunchServices = {
LSQuarantine = false;
};
system.defaults.CustomSystemPreferences."com.apple.AdLib" = {
allowApplePersonalizedAdvertising = false;
allowIdentifierForAdvertising = false;
forceLimitAdTracking = true;
personalizedAdsMigrated = false;
};
}