nixos/kanata: improve example of the package option
Before this patch, it is rendered as "Example: kanata-with-cmd". With this patch applied, it is "Example: pkgs.kanata-with-cmd".
This commit is contained in:
parent
5aa69d78d8
commit
f7b50c3977
@ -153,7 +153,7 @@ in
|
||||
options.services.kanata = {
|
||||
enable = mkEnableOption "kanata, a tool to improve keyboard comfort and usability with advanced customization";
|
||||
package = mkPackageOption pkgs "kanata" {
|
||||
example = "kanata-with-cmd";
|
||||
example = [ "kanata-with-cmd" ];
|
||||
extraDescription = ''
|
||||
::: {.note}
|
||||
If {option}`danger-enable-cmd` is enabled in any of the keyboards, the
|
||||
|
Loading…
Reference in New Issue
Block a user