We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c965db1 commit 69486a2Copy full SHA for 69486a2
2 files changed
docs/src/modules_schema.md
@@ -97,7 +97,7 @@ and shown in the help menu.
97
98
**Default value**:
99
```nix
100
-{"_type":"literalExpression","text":"\"general commands\""}
+{"_type":"literalExpression","text":"\"[general commands]\""}
101
```
102
103
modules/commands.nix
@@ -109,7 +109,7 @@ let
109
110
category = mkOption {
111
type = types.str;
112
- default = "general commands";
+ default = "[general commands]";
113
description = ''
114
Set a free text category under which this command is grouped
115
and shown in the help menu.
0 commit comments