firefox: support nested folders in bookmarks (#3112)
This commit is contained in:
parent
0884d6c6e4
commit
375631f35b
3 changed files with 20 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ in {
|
|||
};
|
||||
|
||||
bookmarks = mkOption {
|
||||
type = types.listOf bookmarkType;
|
||||
type = types.listOf nodeType;
|
||||
default = [ ];
|
||||
description = "Bookmarks within directory.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue