diff --git a/index.html b/index.html index 3b665d91..868f34d2 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index eb1bc1ea..ec5214ad 100644 --- a/options.html +++ b/options.html @@ -10695,12 +10695,42 @@ for the exact format. ]
Declared by:
<home-manager/modules/misc/tmpfiles.nix>
+ |
targets.darwin.currentHostDefaults
Set macOS user defaults. Unlike targets.darwin.defaults
,
+the preferences will only be applied to the currently logged-in host. This
+distinction is important for networked accounts.
+
+Values set to null
are ignored.
+
+
+ Some settings might require a re-login to take effect. +
+
Type: attribute set of attribute set of anything
Default:
+ {
+
+ }
+
Example:
+ {
+ com.apple.controlcenter =
+ {
+ BatteryShowPercentage = true;
+ }
+ ;
+ }
+
Declared by:
+ <home-manager/modules/targets/darwin/user-defaults>
+ |
targets.darwin.currentHostDefaults.com.apple.controlcenter.BatteryShowPercentage
Whether to show battery percentage in the menu bar. +
Type: null or boolean
Default: null
Example: true
Declared by:
+ <home-manager/modules/targets/darwin/user-defaults/opts-currenthost.nix>
|
targets.darwin.defaults
Set macOS user defaults. Values set to null
are
ignored.
Some settings might require a re-login to take effect.
+
+ Some settings are only read from
+ targets.darwin.currentHostDefaults
.
+
Type: attribute set of attribute set of anything
Default:
{
@@ -10713,100 +10743,99 @@ ignored.
}
;
}
-
Declared by: