chore(bling): Remove laptop entry from typespec

This commit is contained in:
fiftydinar 2024-07-27 20:57:39 +02:00 committed by GitHub
parent fd6023dc84
commit 48d0318248
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,5 +9,5 @@ model BlingModule {
type: "bling";
/** List of bling submodules to run / things to install onto your system. */
install: Array<"ublue-update" | "1password" | "dconf-update-service" | "gnome-vrr" | "laptop">;
}
install: Array<"ublue-update" | "1password" | "dconf-update-service" | "gnome-vrr">;
}