···64 };
6566 worldPath = mkOption {
67- type = types.path;
68 default = null;
69 description = ''
70 The path to the world file (<literal>.wld</literal>) which should be loaded.
···64 };
6566 worldPath = mkOption {
67+ type = types.nullOr types.path;
68 default = null;
69 description = ''
70 The path to the world file (<literal>.wld</literal>) which should be loaded.