Skip to content

Commit

Permalink
Initial changes
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ngr31 committed Jan 20, 2024
1 parent c114ec4 commit fa03b71
Showing 1 changed file with 1 addition and 49 deletions.
50 changes: 1 addition & 49 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,52 +10,4 @@ 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

- type: rpm-ostree
repos: # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
# - micro
# - starship
remove:
- firefox # default firefox removed in favor of flatpak
- firefox-langpacks # langpacks needs to also be removed to prevent dependency problems

- 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
- nix-installer # shell shortcuts for determinate system's nix installers
- ublue-os-wallpapers
# - ublue-update # https://github.com/ublue-os/ublue-update
# - 1password # install 1Password (stable) and `op` CLI tool
# - dconf-update-service # a service unit that updates the dconf db on boot
# - devpod # https://devpod.sh/ as an rpm
# - gnome-vrr # enables gnome-vrr for your image
# - container-tools # installs container-related tools onto /usr/bin: kind, kubectx, docker-compose and kubens
# - laptop # installs TLP and configures your system for laptop usage
# - 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
# - Celluloid: io.github.celluloid_player.Celluloid
# - Krita: org.kde.krita

- type: script
scripts:
# this sets up the proper policy & signing files for signed images to work
- signing.sh
- from-file: common-modules.yml

0 comments on commit fa03b71

Please sign in to comment.