From ed180064b103592c2fe2ac7b873b55765edbdff9 Mon Sep 17 00:00:00 2001 From: xyny Date: Mon, 13 May 2024 20:52:47 +0300 Subject: [PATCH] fix: add type to bling module --- src-tsp/modules/bling.tsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tsp/modules/bling.tsp b/src-tsp/modules/bling.tsp index 751b796..016fe8c 100644 --- a/src-tsp/modules/bling.tsp +++ b/src-tsp/modules/bling.tsp @@ -3,5 +3,6 @@ using TypeSpec.JsonSchema; @jsonSchema("/modules/bling.json") model blingModule { + type: "bling", install: "ublue-update" | "1password" | "dconf-update-service" | "gnome-vrr" | "laptop" | "flatpaksync" } \ No newline at end of file