redox/config/desktop.toml

41 lines
652 B
TOML
Raw Normal View History

# Default desktop configuration
include = ["server.toml"]
# General settings
[general]
# Filesystem size in MiB
filesystem_size = 576
# Package settings
[packages]
audiod = {}
2024-05-01 22:22:17 +02:00
cosmic-edit = {}
cosmic-icons = {}
cosmic-files = {}
cosmic-term = {}
dejavu = {}
installer-gui = {}
netsurf = {}
orbdata = {}
orbital = {}
orbutils = {}
2024-05-01 22:22:17 +02:00
pop-icon-theme = {}
#rustpython = {} # issues with new Rust nightly
2024-05-01 22:22:17 +02:00
shared-mime-info = {}
[[files]]
path = "/usr/lib/init.d/20_orbital"
data = """
audiod
orbital orblogin launcher
"""
# Override console config to not switch to VT 2
[[files]]
path = "/usr/lib/init.d/30_console"
data = """
getty 2
getty debug: -J
"""