fix(akmods): document install key in tsp
This commit is contained in:
parent
0299d18c3e
commit
ef396d4698
1 changed files with 4 additions and 0 deletions
|
|
@ -15,5 +15,9 @@ model AkmodsModule {
|
|||
* surface: surface kernel / surface images
|
||||
*/
|
||||
base?: "main" | "asus" | "fsync" | "surface" = "main";
|
||||
|
||||
/** List of akmods to install.
|
||||
* See all available akmods here: https://github.com/ublue-os/akmods#kmod-packages
|
||||
*/
|
||||
install: Array<string>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue