services.pumpkin.settings.resource_pack.bedrock.packs

NixOS option

Array of Bedrock resource pack definitions. Entries may be bare strings (e.g. a UUID or path) or tables (e.g. attrsets with name/uuid/version keys), since upstream does not document the entry shape in more detail.

type: list of (string or attribute set of (TOML value))
Default
[ ]
Example
[
  "016d3a32-11f0-4a3f-8b52-8f1c3f1e5b0a"
]
declared in: nixos/modules/services/games/pumpkin.nixView source on NixOS/nixpkgs →