diff options
| author | Quentin Smith <quentin@mit.edu> | 2023-07-19 17:04:42 -0400 |
|---|---|---|
| committer | Quentin Smith <quentin@mit.edu> | 2023-07-19 17:04:42 -0400 |
| commit | f1a206c96072eed14ca26ae45c1a858099b492a8 (patch) | |
| tree | ce49a3f5cd788e78c98e54c91e9b0099632b5a0c /modules/programs/info | |
| parent | bc776e4940106a2578998dd3117a76d62ec0a8cc (diff) | |
| parent | 61662a63bfe1726588c1da6b412df86d8ca94d63 (diff) | |
Merge remote-tracking branch 'origin/master' into fonts
Diffstat (limited to 'modules/programs/info')
| -rw-r--r-- | modules/programs/info/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/info/default.nix b/modules/programs/info/default.nix index de4baa4..93aaf7c 100644 --- a/modules/programs/info/default.nix +++ b/modules/programs/info/default.nix @@ -11,7 +11,7 @@ in programs.info.enable = mkOption { type = types.bool; default = true; - description = "Whether to enable info pages and the <command>info</command> command."; + description = lib.mdDoc "Whether to enable info pages and the {command}`info` command."; }; }; |
