mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
move to new repo
This commit is contained in:
@@ -1,45 +1,25 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: miasma-os
|
||||
name: bazzite-jam
|
||||
# description will be included in the image's metadata
|
||||
description: This is my personal OS image.
|
||||
description: An personal spin on Bazzite targeted towards musicians and music producers inspired by Fedora Jam
|
||||
|
||||
# the base image to build on top of (FROM) and the version tag to use
|
||||
base-image: ghcr.io/ublue-os/silverblue-main
|
||||
image-version: 42 # latest is also supported if you want new updates ASAP
|
||||
base-image: ghcr.io/ublue-os/bazzite
|
||||
image-version: latest # latest is also supported if you want new updates ASAP
|
||||
|
||||
# module configuration, executed in order
|
||||
# you can include multiple instances of the same module
|
||||
modules:
|
||||
- type: files
|
||||
files:
|
||||
- source: system
|
||||
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
|
||||
|
||||
- type: dnf
|
||||
repos:
|
||||
copr:
|
||||
- atim/starship
|
||||
install:
|
||||
packages:
|
||||
- micro
|
||||
- starship
|
||||
remove:
|
||||
packages:
|
||||
# example: removing firefox (in favor of the flatpak)
|
||||
# "firefox" is the main package, "firefox-langpacks" is a dependency
|
||||
- firefox
|
||||
- firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
|
||||
- realtime-setup
|
||||
|
||||
- type: default-flatpaks
|
||||
configurations:
|
||||
- notify: true # Send notification after install/uninstall is finished (true/false)
|
||||
scope: system
|
||||
# If no repo information is specified, Flathub will be used by default
|
||||
install: # system flatpaks we want all users to have and not remove
|
||||
- org.mozilla.firefox
|
||||
- org.gnome.Loupe
|
||||
- scope: user # Also add Flathub user repo, but no user packages
|
||||
- type: script
|
||||
scripts:
|
||||
- enablerealtimesetup.sh
|
||||
|
||||
- from-file: common/common-modules.yml
|
||||
|
||||
|
||||
- type: signing # this sets up the proper policy & signing files for signed images to work fully
|
||||
|
||||
Reference in New Issue
Block a user