diff --git a/modules/akmods/akmods.tsp b/modules/akmods/akmods.tsp index ba1d47e..97c3437 100644 --- a/modules/akmods/akmods.tsp +++ b/modules/akmods/akmods.tsp @@ -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; } \ No newline at end of file