You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
450 B
TOML
26 lines
450 B
TOML
[distro]
|
|
name = "Crystal Linux"
|
|
website = "https://getcryst.al"
|
|
|
|
[config]
|
|
schema = "config.schema.json"
|
|
include_scripts = ["common/pacman.nu"]
|
|
|
|
[tasks]
|
|
|
|
[tasks.install-flatpak]
|
|
config_key = "enable_flatpak"
|
|
skip_on_false = true
|
|
|
|
[tasks.install-timeshift]
|
|
config_key = "enable_timeshift"
|
|
skip_on_false = true
|
|
|
|
[tasks.install-zramd]
|
|
config_key = "enable_zramd"
|
|
skip_on_false = true
|
|
order = 10
|
|
|
|
[tasks.configure-unakite]
|
|
config_key = "unakite"
|
|
order = 0 |