Skip to content

Commit

Permalink
chore(automatic): update recipe to match user preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrical committed Dec 1, 2023
1 parent 883b396 commit a4002c8
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions config/recipe.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# image will be published to ghcr.io/<user>/<name>
name: startingpoint
name: makerspace-kinoite
# description will be included in the image's metadata
description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/
description: An opinionated version of Kinoite aimed at Makerspaces

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
base-image: ghcr.io/ublue-os/kinoite-main
image-version: 39 # 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:
- usr: /usr # copy static configurations
#
# copies config/files/usr into your image's /usr
#
# configuration you wish to end up in /etc/ on the booted system
# should be added into /usr/etc/ as that is the proper "distro"
# config directory on ostree. Read more in the files module's README
- usr: /usr
# copy static configurations
#
# copies config/files/usr into your image's /usr
#
# configuration you wish to end up in /etc/ on the booted system
# should be added into /usr/etc/ as that is the proper "distro"
# config directory on ostree. Read more in the files module's README

- type: rpm-ostree
repos:
# - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
repos: # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
# - micro
# - starship
Expand All @@ -32,8 +32,9 @@ modules:

- type: bling # configure what to pull in from ublue-os/bling
install:
- justfiles # add "!include /usr/share/ublue-os/just/100-bling.just"
# in your custom.just (added by default) or local justfile
- justfiles
# add "!include /usr/share/ublue-os/just/100-bling.just"
# in your custom.just (added by default) or local justfile
- nix-installer # shell shortcuts for determinate system's nix installers
- ublue-os-wallpapers
# - ublue-update # https://github.com/ublue-os/ublue-update
Expand All @@ -46,9 +47,11 @@ modules:
# - flatpaksync # allows synchronization of user-installed flatpaks, see separate documentation section


- type: yafti # if included, yafti and it's dependencies (pip & libadwaita)
# will be installed and set up
custom-flatpaks: # this section is optional
- type: yafti
# if included, yafti and it's dependencies (pip & libadwaita)
# will be installed and set up
custom-flatpaks:
# this section is optional
# - Celluloid: io.github.celluloid_player.Celluloid
# - Krita: org.kde.krita

Expand Down

0 comments on commit a4002c8

Please sign in to comment.