Skip to content

Commit

Permalink
feat: add heliumos
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Jan 3, 2025
1 parent 8deff39 commit 62a97e3
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 @@ -275,6 +275,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 62a97e3

Please sign in to comment.