fix: add type to bling module

This commit is contained in:
xyny 2024-05-13 20:52:47 +03:00
parent 5572c7120f
commit ed180064b1

View file

@ -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"
}