feat(typing): possibly complete

This commit is contained in:
2026-05-03 14:24:03 +02:00
parent f9e6120910
commit 190fb86758
6 changed files with 35 additions and 8 deletions
+5 -2
View File
@@ -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": {