MyNixOS website logo
option

system.defaults.CustomSystemPreferences

Sets custom system preferences.

Declarations
    Type
    attribute set
    Default
    { }
    Example
    {
      NSGlobalDomain = {
        TISRomanSwitchState = 1;
      };
      "com.apple.Safari" = {
        "com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled" = true;
      };
    }