summaryrefslogtreecommitdiff
path: root/modules/system/defaults/NSGlobalDomain.nix
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2023-06-22 02:34:49 +0100
committerEmily <vcs@emily.moe>2023-06-24 10:48:55 +0100
commitb97c235e37c91511c2e7533ab6794480e4cc445a (patch)
treefa312d1c2b5a41fb5165af35cc5803b92d7e6a67 /modules/system/defaults/NSGlobalDomain.nix
parent76ce9faca6e16d348afb9d78a1a13eb19c381b76 (diff)
treewide: tweak DocBook docs for conversion
These help `nix-munge-doc` automate more of the Markdown conversion process. See the following nixpkgs commits for explanations of many of these changes: * https://github.com/NixOS/nixpkgs/commit/275a34e0d8a937a81b267e47302dd8a92fa781df * https://github.com/NixOS/nixpkgs/commit/694d5b19d30bf66687b42fb77f43ea7cd1002a62 * https://github.com/NixOS/nixpkgs/commit/f1d39b6d6187997b630647400c5efe5b01e06a23 * https://github.com/NixOS/nixpkgs/commit/16102dce2fbad670bd47dd75c860a8daa5fe47ad I couldn't think of any particularly good way to format the `system.defaults` breadcrumbs, so I just made them standalone paragraphs. They weren't rendering correctly in DocBook anyway.
Diffstat (limited to 'modules/system/defaults/NSGlobalDomain.nix')
-rw-r--r--modules/system/defaults/NSGlobalDomain.nix12
1 files changed, 8 insertions, 4 deletions
diff --git a/modules/system/defaults/NSGlobalDomain.nix b/modules/system/defaults/NSGlobalDomain.nix
index 3fb8db0..a23737e 100644
--- a/modules/system/defaults/NSGlobalDomain.nix
+++ b/modules/system/defaults/NSGlobalDomain.nix
@@ -229,7 +229,8 @@ in {
type = types.nullOr types.int;
default = null;
description = ''
- # Apple menu > System Preferences > Keyboard
+ Apple menu > System Preferences > Keyboard
+
If you press and hold certain keyboard keys when in a text area, the key’s character begins to repeat.
For example, the Delete key continues to remove text for as long as you hold it down.
@@ -241,7 +242,8 @@ in {
type = types.nullOr types.int;
default = null;
description = ''
- # Apple menu > System Preferences > Keyboard
+ Apple menu > System Preferences > Keyboard
+
If you press and hold certain keyboard keys when in a text area, the key’s character begins to repeat.
For example, the Delete key continues to remove text for as long as you hold it down.
@@ -285,7 +287,8 @@ in {
type = types.nullOr floatWithDeprecationError;
default = null;
description = ''
- # Apple menu > System Preferences > Sound
+ Apple menu > System Preferences > Sound
+
Sets the beep/alert volume level from 0.000 (muted) to 1.000 (100% volume).
75% = 0.7788008
@@ -300,7 +303,8 @@ in {
type = types.nullOr types.int;
default = null;
description = ''
- # Apple menu > System Preferences > Sound
+ Apple menu > System Preferences > Sound
+
Make a feedback sound when the system volume changed. This setting accepts
the integers 0 or 1. Defaults to 1.
'';