From 1c25341711f159dcabc1ba08d3724aacccf5c7b9 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 10 May 2024 22:25:16 +0000 Subject: [PATCH] deploy: 15d7ec30511199349c6cf8b6cbdc5e205a6a15e8 --- options.xhtml | 430 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 430 insertions(+) diff --git a/options.xhtml b/options.xhtml index ff1d725d..e8cb55ff 100644 --- a/options.xhtml +++ b/options.xhtml @@ -73856,6 +73856,60 @@ null or boolean

Example: true

+

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+ +
+ + targets.darwin.defaults.NSGlobalDomain.ApplePressAndHoldEnabled + + +
+
+

Repeat a key when it is held down (false) or display the accented character selector (true)

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+
+
+ + targets.darwin.defaults.NSGlobalDomain.AppleShowAllExtensions + + +
+
+

Always show file extensions in Finder

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+

Declared by:

@@ -73883,6 +73937,35 @@ null or one of “Celsius”, “Fahrenheit”

Example: "Celsius"

+

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+ +
+ + targets.darwin.defaults.NSGlobalDomain.KeyRepeat + + +
+
+

Interval between key repetitions when holding down a key. Lower is +faster. When setting through the control panel, 2 is the lowest value, +and 120 the highest.

+ +

Type: +null or signed integer

+ +

Default: +null

+ +

Example: +2

+

Declared by:

@@ -74284,6 +74367,33 @@ null or boolean

Example: false

+

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+ +
+ + targets.darwin.defaults."com.apple.dock".autohide + + +
+
+

Hide the Dock automatically

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+

Declared by:

@@ -74311,6 +74421,33 @@ null or boolean

Example: true

+

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+ +
+ + targets.darwin.defaults."com.apple.dock".orientation + + +
+
+

Position of the Dock on the screen

+ +

Type: +null or one of “left”, “bottom”, “right”

+ +

Default: +null

+ +

Example: +"left"

+

Declared by:

@@ -74365,6 +74502,114 @@ null or signed integer

Example: 64

+

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+ +
+ + targets.darwin.defaults."com.apple.finder".AppleShowAllFiles + + +
+
+

Show hidden files in Finder

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+
+
+ + targets.darwin.defaults."com.apple.finder".FXRemoveOldTrashItems + + +
+
+

Automatically delete items from trash after 30 days

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+
+
+ + targets.darwin.defaults."com.apple.finder".ShowPathBar + + +
+
+

Show the path bar at the bottom of a Finder window

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+
+
+ + targets.darwin.defaults."com.apple.finder".ShowStatusBar + + +
+
+

Show the status bar at the bottom of a Finder window

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+

Declared by:

@@ -74393,6 +74638,191 @@ null or one of “YES”, “NO”

Example: "NO"

+

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+ +
+ + targets.darwin.defaults."com.apple.menuextra.clock".IsAnalog + + +
+
+

Whether to enable showing an analog clock instead of a digital one.

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+
+
+ + targets.darwin.defaults."com.apple.menuextra.clock".Show24Hour + + +
+
+

Whether to enable showing a 24-hour clock, instead of a 12-hour clock.

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+
+
+ + targets.darwin.defaults."com.apple.menuextra.clock".ShowAMPM + + +
+
+

Show the AM/PM label. Useful if Show24Hour is false. Default is null.

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+
+
+ + targets.darwin.defaults."com.apple.menuextra.clock".ShowDate + + +
+
+

Show the full date. Default is null.

0 = Show the date +1 = Don’t show +2 = Don’t show

TODO: I don’t know what the difference is between 1 and 2.

+ +

Type: +null or one of 0, 1, 2

+ +

Default: +null

+ +

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+
+
+ + targets.darwin.defaults."com.apple.menuextra.clock".ShowDayOfMonth + + +
+
+

Whether to enable showing the day of the month.

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+
+
+ + targets.darwin.defaults."com.apple.menuextra.clock".ShowDayOfWeek + + +
+
+

Whether to enable showing the day of the week.

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix> + +
+
+
+ + targets.darwin.defaults."com.apple.menuextra.clock".ShowSeconds + + +
+
+

Whether to enable showing the clock with second precision, instead of minutes.

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+

Declared by: