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

Commit

Permalink
fix: some storage optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Mar 1, 2024
1 parent aba2958 commit 91e4aa8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- recipe-gnome.yml
- recipe-gnome-nvidia.yml
steps:
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v6
- name: Build Custom Image
uses: blue-build/[email protected]
with:
Expand Down
3 changes: 0 additions & 3 deletions config/common/shared-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ install:
- blender
- inkscape
- ffmpeg
- ardour8
- audacity
- yoshimi
- rakarrack
- supercollider
- csound
- kdenlive
- guitarix
- ladspa
- ladspa-guitarix-plugins

remove:
- firefox
- firefox-langpacks
38 changes: 20 additions & 18 deletions config/common/shared-flatpaks.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
type: default-flatpaks
notify: true
system:
install:
- org.mozilla.firefox
- com.obsproject.Studio.Plugin.OBSVkCapture
- org.freedesktop.Platform.VulkanLayer.OBSVkCapture
- com.obsproject.Studio
- org.gimp.GIMP
- org.gimp.GIMP.Plugin.BIMP
- org.gimp.GIMP.Plugin.Fourier
- org.gimp.GIMP.Plugin.Lensfun
- org.gimp.GIMP.Plugin.LiquidRescale
- org.kde.digikam
- com.github.qarmin.czkawka
- org.darktable.Darktable
- io.github.fabrialberio.pinapp
- org.rncbc.qtractor
- org.hydrogenmusic.Hydrogen
notify: true
system:
install:
- org.mozilla.firefox
- com.obsproject.Studio.Plugin.OBSVkCapture
- org.freedesktop.Platform.VulkanLayer.OBSVkCapture
- com.obsproject.Studio
- org.gimp.GIMP
- org.gimp.GIMP.Plugin.BIMP
- org.gimp.GIMP.Plugin.Fourier
- org.gimp.GIMP.Plugin.Lensfun
- org.gimp.GIMP.Plugin.LiquidRescale
- org.kde.digikam
- com.github.qarmin.czkawka
- org.darktable.Darktable
- io.github.fabrialberio.pinapp
- org.rncbc.qtractor
- org.hydrogenmusic.Hydrogen
- org.ardour.Ardour
- org.kde.kdenlive

0 comments on commit 91e4aa8

Please sign in to comment.