22 lines
611 B
YAML
22 lines
611 B
YAML
# the image will be at ghcr.io/yourusername/name
|
|
name: startingpoint
|
|
|
|
# what native container image to build on top of
|
|
# images not built by ublue might function unexpectly
|
|
base-container: ghcr.io/ublue-os/silverblue-main
|
|
|
|
# what fedora version to use, you can just change this to update
|
|
fedora-version: 37
|
|
|
|
rpms:
|
|
- python3-pip # needed for yafti
|
|
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
|