Skip to content

Commit

Permalink
Fixed order-of-operations issue on Framework, removed redundant remov…
Browse files Browse the repository at this point in the history
…al in Toybox
  • Loading branch information
BrodyB committed Jul 19, 2024
1 parent a4aa493 commit 65703da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions recipes/recipe-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ modules:
scripts:
- removeBluefinWallpapers.sh

- from-file: common-modules.yml

- type: rpm-ostree
remove:
# - firefox
Expand All @@ -32,4 +30,6 @@ modules:
- gnome-classic-session
- gnome-classic-session-xsession


- from-file: common-modules.yml
- type: signing # this sets up the proper policy & signing files for signed images to work fully
12 changes: 3 additions & 9 deletions recipes/recipe-toybox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,14 @@ base-image: ghcr.io/ublue-os/bazzite-gnome-nvidia
image-version: stable

modules:
# - type: gschema-overrides
# include:
# - zz1-desktop.gschema.override
- type: gschema-overrides
include:
- zz1-desktop.gschema.override

- type: files
files:
- usr: /desktop-usr

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
system:
remove:
- org.mozilla.firefox

- from-file: common-modules.yml

- type: signing # this sets up the proper policy & signing files for signed images to work fully

0 comments on commit 65703da

Please sign in to comment.