system.defaults.CustomSystemPreferences

Sets custom system preferences

Type
open submodule of (plist value)
Default
{ }
Example
{
  NSGlobalDomain = {
    TISRomanSwitchState = 1;
  };
  "com.apple.Safari" = {
    "com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled" = true;
  };
}
Declared
<nix-darwin/modules/system/defaults/CustomPreferences.nix>