Skip to content

Commit

Permalink
Merge pull request #20 from blue-build/helium-os
Browse files Browse the repository at this point in the history
feat: add heliumos
  • Loading branch information
xynydev authored Jan 3, 2025
2 parents 5ab1cf1 + 62a97e3 commit f3f860e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/data/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,27 @@ export const imageCategories: Array<ImageCategory> = [
}
]
},
{
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: [
Expand Down

0 comments on commit f3f860e

Please sign in to comment.