tealdeer: allow freeform type

This commit is contained in:
BeLeap 2026-01-12 00:27:13 +09:00 committed by Matthieu Coudron
parent cdf6d7d594
commit b3f737e70f

View file

@ -16,6 +16,7 @@ let
settingsFormat =
let
updatesSection = types.submodule {
freeformType = tomlFormat.type;
options = {
auto_update = lib.mkEnableOption "auto-update";