NixOS modules: Difference between revisions

Dafitt (talk | contribs)
Structure: Added meta block.
Dafitt (talk | contribs)
m Changed example type
Line 216: Line 216:


     settings = lib.options.mkOption {
     settings = lib.options.mkOption {
       type = lib.types.json;
       type = lib.types.toml;
       default = {};
       default = {};
       description = ''
       description = ''