pass nur as overlay and fix firefox module

This commit is contained in:
2025-01-09 19:10:30 +01:00
parent 7539947bb0
commit 9031dfb62d
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ in {
};
settings = mkOption {
type = types.attrsOf (pkgs.formats.json.type
type = types.attrsOf ((pkgs.formats.json {}).type
// {
description = "Preferences (int, bool, string, and also attrs, list, float as a JSON string)";
});