rofi: add missing option description
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
3017414609
commit
4c4771cb01
1 changed files with 8 additions and 2 deletions
|
|
@ -275,8 +275,14 @@ in
|
|||
listOf (
|
||||
either str (submodule {
|
||||
options = {
|
||||
name = mkOption { type = str; };
|
||||
path = mkOption { type = str; };
|
||||
name = mkOption {
|
||||
type = str;
|
||||
description = "Name used to reference the custom mode in the mode list.";
|
||||
};
|
||||
path = mkOption {
|
||||
type = str;
|
||||
description = "Executable path for the custom rofi script mode.";
|
||||
};
|
||||
};
|
||||
})
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue