From 62a97e362364e26c95c2e690e0d715dae677857c Mon Sep 17 00:00:00 2001 From: xyny Date: Fri, 3 Jan 2025 18:10:02 +0200 Subject: [PATCH] feat: add heliumos --- src/data/images.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/data/images.ts b/src/data/images.ts index 32bb7b6..117eec0 100644 --- a/src/data/images.ts +++ b/src/data/images.ts @@ -275,6 +275,27 @@ export const imageCategories: Array = [ } ] }, + { + category: "HeliumOS", + description: [ + "An atomic desktop operating system for your devices.", + "Small project based on centos-bootc." + ], + repo: "https://codeberg.org/HeliumOS/bootc/", + website: "https://www.heliumos.org/", + stability: "experimental", + images: [ + { + name: "bootc", + url: "oci.heliumos.org/heliumos/bootc", + properties: { + desktop: "kde", + nvidia: "none", + kernel: "base" + } + } + ] + }, { category: "centos-workstation", description: [