mirror of
https://github.com/davegallant/nix-config
synced 2025-08-12 17:12:27 +00:00
Add more mac defaults
This commit is contained in:
@@ -48,15 +48,23 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
NSGlobalDomain = {
|
NSGlobalDomain.AppleShowAllExtensions = true;
|
||||||
"com.apple.sound.beep.feedback" = 0;
|
NSGlobalDomain.AppleShowScrollBars = "Always";
|
||||||
"com.apple.sound.beep.volume" = 0.0;
|
NSGlobalDomain.NSUseAnimatedFocusRing = false;
|
||||||
ApplePressAndHoldEnabled = false;
|
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode = true;
|
||||||
InitialKeyRepeat = 10;
|
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode2 = true;
|
||||||
KeyRepeat = 2;
|
NSGlobalDomain.PMPrintingExpandedStateForPrint = true;
|
||||||
AppleShowAllExtensions = true;
|
NSGlobalDomain.PMPrintingExpandedStateForPrint2 = true;
|
||||||
AppleShowScrollBars = "Automatic";
|
NSGlobalDomain.NSDocumentSaveNewDocumentsToCloud = false;
|
||||||
};
|
NSGlobalDomain.ApplePressAndHoldEnabled = false;
|
||||||
|
NSGlobalDomain.InitialKeyRepeat = 25;
|
||||||
|
NSGlobalDomain.KeyRepeat = 2;
|
||||||
|
NSGlobalDomain."com.apple.mouse.tapBehavior" = 1;
|
||||||
|
NSGlobalDomain.NSWindowShouldDragOnGesture = true;
|
||||||
|
NSGlobalDomain.NSAutomaticSpellingCorrectionEnabled = false;
|
||||||
|
LaunchServices.LSQuarantine = false; # disables "Are you sure?" for new apps
|
||||||
|
loginwindow.GuestEnabled = false;
|
||||||
|
finder.FXPreferredViewStyle = "Nlsv";
|
||||||
};
|
};
|
||||||
|
|
||||||
security.pam.enableSudoTouchIdAuth = true;
|
security.pam.enableSudoTouchIdAuth = true;
|
||||||
|
Reference in New Issue
Block a user