mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
27 lines
482 B
TOML
27 lines
482 B
TOML
# Default build system configuration
|
|
|
|
include = ["desktop-minimal.toml", "server.toml"]
|
|
|
|
# General settings
|
|
[general]
|
|
# Filesystem size in MiB
|
|
filesystem_size = 650
|
|
|
|
# Package settings
|
|
[packages]
|
|
cosmic-edit = {}
|
|
cosmic-files = {}
|
|
cosmic-icons = {}
|
|
cosmic-term = {}
|
|
dejavu = {}
|
|
file = {}
|
|
freefont = {}
|
|
hicolor-icon-theme = {}
|
|
installer-gui = {}
|
|
netsurf = {}
|
|
patchelf = {}
|
|
pop-icon-theme = {}
|
|
shared-mime-info = {}
|
|
# orbterm from desktop-minimal should be ignored
|
|
orbterm = "ignore"
|