diff --git a/nixvim.nix b/nixvim.nix index 3fb74c64..aeff199c 100644 --- a/nixvim.nix +++ b/nixvim.nix @@ -65,6 +65,12 @@ let type = types.str; description = "The action to execute."; }; + + description = mkOption { + type = types.nullOr types.str; + description = "A textual description of this keybind, to be shown in which-key, if you have it."; + default = null; + }; }; }) ];