misc: correct molten image provider options (#915)

* misc: correct molten image provider options

* fix: update formatting
This commit is contained in:
Peter Tonner 2024-01-06 18:02:54 -05:00 committed by GitHub
parent c795b2ee40
commit f85f26878f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ with import ../helpers.nix {inherit lib;};
Default: `"none"`
'';
type = types.enum ["none" "image_nvim"];
type = types.enum ["none" "image.nvim"];
};
outputCropBorder = mkDefaultOpt {