mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-01 00:25:55 +00:00
noice: add descriptions for some options
This commit is contained in:
parent
3cdeba2cda
commit
f4e9147d50
1 changed files with 3 additions and 3 deletions
|
|
@ -107,18 +107,18 @@ in {
|
|||
type = listOf (submodule {
|
||||
options = {
|
||||
view = mkOption {
|
||||
description = "";
|
||||
description = "how this route is viewed";
|
||||
type = nullOr str;
|
||||
default = null;
|
||||
};
|
||||
|
||||
filter = mkOption {
|
||||
description = "";
|
||||
description = "a filter for messages matching this route";
|
||||
type = anything;
|
||||
};
|
||||
|
||||
opts = mkOption {
|
||||
description = "";
|
||||
description = "options for the view and the route";
|
||||
type = nullOr anything;
|
||||
default = null;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue