files.toml

Create toml files with correponding content

type

attribute set of (JSON value)

example

{ files.toml = { "/hellaos.toml" = { greeting = "hello World"; }; "/hellows.toml" = { greetings = [ [ "Hello World" ] [ "Ola Mundo" [ "Holla Que Tal" ] ] ]; }; }; }

default

{ files.toml = { }; }