firefox: support nested folders in bookmarks (#3112)

This commit is contained in:
Ryan Horiguchi 2022-08-27 03:28:57 +02:00 committed by GitHub
parent 0884d6c6e4
commit 375631f35b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 1 deletions

View file

@ -288,7 +288,7 @@ in {
};
bookmarks = mkOption {
type = types.listOf bookmarkType;
type = types.listOf nodeType;
default = [ ];
description = "Bookmarks within directory.";
};