feat(typing): possibly complete
This commit is contained in:
+5
-2
@@ -176,6 +176,10 @@
|
||||
"type": "object",
|
||||
"description": "Settings for the bootloader, such as theme, using os-prober, etc",
|
||||
"properties": {
|
||||
"managed": {
|
||||
"type": "boolean",
|
||||
"description": "Whether or not to manage the bootloader using archmgr"
|
||||
},
|
||||
"bootloader": {
|
||||
"type": "string",
|
||||
"description": "The bootloader to use (more coming eventually)",
|
||||
@@ -198,8 +202,7 @@
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"bootloader",
|
||||
"esp_dir"
|
||||
"managed"
|
||||
]
|
||||
},
|
||||
"themes": {
|
||||
|
||||
Reference in New Issue
Block a user