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.
15 lines
301 B
JSON
15 lines
301 B
JSON
2 years ago
|
{
|
||
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||
|
"$id": "https://getcryst.al/config.schema.json",
|
||
|
"properties": {
|
||
|
"enable_flatpak": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"enable_timeshift": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"enable_zramd": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
}
|