mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
14 lines
238 B
TOML
14 lines
238 B
TOML
# Minimal desktop configuration
|
|
|
|
include = ["../desktop-minimal-bin.toml"]
|
|
|
|
# Override the default settings here
|
|
|
|
# General settings
|
|
[general]
|
|
# Filesystem size in MiB
|
|
# filesystem_size = 1024
|
|
|
|
# Package settings
|
|
[packages]
|
|
# example = {} |