mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 18:47:44 +00:00
feat: huge darwin overhaul
This commit is contained in:
parent
7935aa65f5
commit
c4888c276b
16 changed files with 367 additions and 230 deletions
16
modules/darwin/unshittify.nix
Normal file
16
modules/darwin/unshittify.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
system.defaults.NSGlobalDomain = {
|
||||
NSDocumentSaveNewDocumentsToCloud = false;
|
||||
};
|
||||
|
||||
system.defaults.LaunchServices = {
|
||||
LSQuarantine = false;
|
||||
};
|
||||
|
||||
system.defaults.CustomSystemPreferences."com.apple.AdLib" = {
|
||||
allowApplePersonalizedAdvertising = false;
|
||||
allowIdentifierForAdvertising = false;
|
||||
forceLimitAdTracking = true;
|
||||
personalizedAdsMigrated = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue