Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: separate files into individual modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Feb 29, 2024
1 parent e09a008 commit c785040
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 85 deletions.
54 changes: 0 additions & 54 deletions config/common/apps.yml

This file was deleted.

11 changes: 3 additions & 8 deletions config/common/gnome-apps.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
- type: files
files:
- gnome: /usr

- type: rpm-ostree
install:
- helvum
type: rpm-ostree
install:
- helvum
3 changes: 3 additions & 0 deletions config/common/gnome-files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: files
files:
- gnome: /usr
7 changes: 1 addition & 6 deletions config/common/plasma-apps.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
- type: files
files:
- plasma: /usr

- type: rpm-ostree
type: rpm-ostree
install:
- qpwgraph
- materia-kde
3 changes: 3 additions & 0 deletions config/common/plasma-files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: files
files:
- plasma: /usr
35 changes: 35 additions & 0 deletions config/common/shared-apps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
type: rpm-ostree
install:
- papirus-icon-theme
- materia-gtk-theme
- krita
- blender
- inkscape
- ffmpeg
- ardour8
- audacity
- qtractor
- hydrogen
- yoshimi
- rakarrack
- supercollider
- csound
- kdenlive
- guitarix
- ladspa
- ladspa-autotalent-plugins
- ladspa-dsp-plugins
- ladspa-guitarix-plugins
- ladspa-amb-plugins
- ladspa-blop-plugins
- ladspa-caps-plugins
- ladspa-cmt-plugins
- ladspa-fil-plugins
- ladspa-mcp-plugins
- ladspa-rev-plugins
- ladspa-tap-plugins
- ladspa-vco-plugins
- ladspa-zam-plugins
remove:
- firefox
- firefox-langpacks
3 changes: 3 additions & 0 deletions config/common/shared-files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: files
files:
- shared: /usr
5 changes: 0 additions & 5 deletions config/common/shared-sys.yml

This file was deleted.

9 changes: 6 additions & 3 deletions config/recipe-gnome-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ base-image: ghcr.io/ublue-os/silverblue-nvidia
image-version: latest

modules:
- from-file: common/apps.yml
- from-file: common/shared-sys.yml
- from-file: common/apps-gnome.yml
- from-file: common/shared-apps.yml
- from-file: common/shared-files.yml
- from-file: common/gnome-apps.yml
- from-file: common/gnome-files.yml
- type: yafti
- type: signing
9 changes: 6 additions & 3 deletions config/recipe-gnome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ base-image: ghcr.io/ublue-os/silverblue-main
image-version: latest

modules:
- from-file: common/apps.yml
- from-file: common/shared-sys.yml
- from-file: common/apps-gnome.yml
- from-file: common/shared-apps.yml
- from-file: common/shared-files.yml
- from-file: common/gnome-apps.yml
- from-file: common/gnome-files.yml
- type: yafti
- type: signing
9 changes: 6 additions & 3 deletions config/recipe-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ base-image: ghcr.io/ublue-os/kinoite-nvidia
image-version: latest

modules:
- from-file: common/apps.yml
- from-file: common/shared-sys.yml
- from-file: common/apps-plasma.yml
- from-file: common/shared-apps.yml
- from-file: common/shared-files.yml
- from-file: common/plasma-apps.yml
- from-file: common/plasma-files.yml
- type: yafti
- type: signing
9 changes: 6 additions & 3 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ base-image: ghcr.io/ublue-os/kinoite-main
image-version: latest

modules:
- from-file: common/apps.yml
- from-file: common/shared-sys.yml
- from-file: common/apps-plasma.yml
- from-file: common/shared-apps.yml
- from-file: common/shared-files.yml
- from-file: common/plasma-apps.yml
- from-file: common/plasma-files.yml
- type: yafti
- type: signing

0 comments on commit c785040

Please sign in to comment.