Skip to content

Commit

Permalink
modified: recipe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HippieMitch committed Apr 21, 2023
1 parent afca5ad commit c8a2396
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,30 @@ name: cachy_kinoite
# The native container image to build on top of
# images.
# Warning: Non-uBlue images might function unexpectly
base-container: ghcr.io/ublue-os/silverblue-main
base-container: ostree-unverified-registry:ghcr.io/ublue-os/kinoite-main
# What fedora version to use. Use an explicit version or `latest`.
# If you use `latest`, you will be automatically updated
# to the next major version assuming the image you're using as your base container
# builds with the tag (all uBlue images do this).
fedora-version: 37
fedora-version: 38
# This description will be visible in the container metadata
description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/
# These rpms will be installed from the fedora repository
# using rpm-ostree and will be preinstalled in the final image
rpms:
- python3-pip # needed for yafti (the first boot installer)
- python3-pip
- distrobox
- fish
- intel-media-driver
- tlp
- virt-manager
# needed for yafti (the first boot installer)
# These Flatpaks (from flathub) will be available for install on boot
# this is just an example selection.
# If you leave this empty you can use yafti for post-boot installation
flatpaks:
- org.mozilla.firefox
- org.mozilla.Thunderbird
- com.mattjakeman.ExtensionManager
- org.libreoffice.LibreOffice
- org.gnome.DejaDup
- org.gustavoperedo.FontDownloader
- com.github.tchx84.Flatseal
- io.github.celluloid_player.Celluloid
- io.mpv.Mpv

0 comments on commit c8a2396

Please sign in to comment.