mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
14 lines
205 B
TOML
14 lines
205 B
TOML
# Configuration for demonstration
|
|
|
|
include = ["demo.toml"]
|
|
|
|
# General settings
|
|
[general]
|
|
# Filesystem size in MiB
|
|
filesystem_size = 1536
|
|
|
|
# Package settings
|
|
[packages]
|
|
cosmic-reader = {}
|
|
rustconf2025 = {}
|