Skip to content

Commit

Permalink
Change arrangement to make more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar committed Dec 24, 2023
1 parent 937c8cd commit ba6a264
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@ modules:
# - 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

- type: fonts
fonts:
Expand All @@ -70,6 +58,12 @@ modules:
# - Roboto
# - Open Sans

- 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: default-flatpaks # if you use yafti in combination with this module, be sure to remove yafti screens for removing Fedora flatpaks
# in /config/files/usr/share/ublue-os/firstboot/yafti.yml, from line 5 to line 45.
# this avoids duplicate functionality, as default-flatpaks removes Fedora flatpaks automatically.
Expand Down Expand Up @@ -103,3 +97,8 @@ modules:
# - example.service
masked:
# - example.service

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

0 comments on commit ba6a264

Please sign in to comment.