diff --git a/index.html b/index.html index 07b657479..19d888546 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 0f0f127b3..8c9848658 100644 --- a/options.html +++ b/options.html @@ -8809,12 +8809,20 @@ ignored.
Type: null or boolean
Default: null
Declared by:
<home-manager/modules/targets/darwin/options.nix>
- |
targets.darwin.defaults.com.apple.Safari.com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled
Configures the web inspector. +
targets.darwin.defaults.com.apple.Safari.WebKitPreferences.developerExtrasEnabled
Configures the web inspector.
Instead of setting this option directly, set
IncludeDevelopMenu
instead.
+
Type: null or boolean
Default: null
Declared by:
+ <home-manager/modules/targets/darwin/options.nix>
+ |
targets.darwin.defaults.com.apple.Safari.SandboxBroker.ShowDevelopMenu
Show the "Develop" menu in Safari's menubar. + +
+ Instead of setting this option directly, set
+ "com.apple.Safari".IncludeDevelopMenu
instead.
+
Type: null or boolean
Default: null
Declared by:
<home-manager/modules/targets/darwin/options.nix>
|
targets.darwin.defaults.com.apple.desktopservices.DSDontWriteNetworkStores
Disable use of .DS_Store
files on network shares.
@@ -8831,7 +8839,12 @@ official article for more info.
<home-manager/modules/targets/darwin/options.nix>
targets.darwin.defaults.com.apple.dock.tilesize
Sets the size of the dock.
Type: null or signed integer
Default: null
Example: 64
Declared by:
<home-manager/modules/targets/darwin/options.nix>
- |
targets.darwin.defaults.com.apple.menuextra.battery.ShowPercent
Whether to show battery percentage in the menu bar.
Type: null or one of "YES", "NO"
Default: null
Example: "NO"
Declared by:
+ |
targets.darwin.defaults.com.apple.menuextra.battery.ShowPercent
This option no longer works on macOS 11 and later. Instead, open System +Preferences, go to "Dock & Menu Bar", select "Battery", and toggle +the checkbox labeled "Show Percentage." + +Whether to show battery percentage in the menu bar. +
Type: null or one of "YES", "NO"
Default: null
Example: "NO"
Declared by:
<home-manager/modules/targets/darwin/options.nix>
|
targets.darwin.defaults.com.googlecode.iterm2.AddNewTabAtEndOfTabs
Whether to enable placement of new tabs at the end of the tab bar.
Type: null or boolean
Default: null
Example: true
Declared by: