From ef396d4698ff48b452f99b9647ff0495fbbcbb57 Mon Sep 17 00:00:00 2001 From: xyny Date: Sun, 14 Jul 2024 16:09:00 +0300 Subject: [PATCH] fix(akmods): document install key in tsp --- modules/akmods/akmods.tsp | 4 ++++ 1 file changed, 4 insertions(+) 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