Skip to content

Commit

Permalink
clean up recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywatchin committed Sep 1, 2024
1 parent 8fe576a commit fa369f3
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 68 deletions.
15 changes: 8 additions & 7 deletions recipes/intel-amd/cosmic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@ description: "myOS is an operating system dedicated to being user-friendly and p
base-image: ghcr.io/ublue-os/cosmic
image-version: 40
modules:
- from-file: common/common-files.yml
- from-file: common/common-files.yml
- from-file: common/common-scripts.yml
- from-file: common/base-packages.yml
- from-file: common/main-kmods.yml
- from-file: common/remove-firefox.yml
- from-file: common/default-flatpaks.yml
- from-file: common/tailscale.yml
- from-file: intel-amd/amd-packages.yml
- from-file: common/apple.yml
- from-file: cosmic/cosmic-packages.yml
- from-file: common/common-files.yml
- from-file: common/default-flatpaks.yml
- from-file: cosmic/cosmic-flatpaks.yml
- from-file: common/services.yml
- from-file: cosmic/cosmic-services.yml
- from-file: common/initramfs.yml
- from-file: common/dotfiles.yml
- type: signing
- type: yafti
# AMD Components
- from-file: intel-amd/amd-packages.yml
# COSMIC Components
- from-file: cosmic/cosmic-packages.yml
- from-file: cosmic/cosmic-flatpaks.yml
- from-file: cosmic/cosmic-services.yml
12 changes: 7 additions & 5 deletions recipes/intel-amd/gnome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ modules:
- from-file: common/main-kmods.yml
- from-file: common/remove-firefox.yml
- from-file: common/default-flatpaks.yml
- from-file: gnome/gnome-flatpaks.yml
- from-file: common/tailscale.yml
- from-file: intel-amd/amd-packages.yml
- from-file: common/apple.yml
- from-file: gnome/gnome-packages.yml
- from-file: gnome/gnome-extensions.yml
- from-file: gnome/gnome-files.yml
- from-file: common/services.yml
- from-file: common/initramfs.yml
- from-file: common/dotfiles.yml
- type: signing
- type: yafti
# AMD Components
- from-file: intel-amd/amd-packages.yml
# GNOME Components
- from-file: gnome/gnome-flatpaks.yml
- from-file: gnome/gnome-packages.yml
- from-file: gnome/gnome-extensions.yml
- from-file: gnome/gnome-files.yml
18 changes: 12 additions & 6 deletions recipes/intel-amd/hyprland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,22 @@ image-version: 40 # 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:
- from-file: hyprland/hyprland-packages.yml
- from-file: common/common-files.yml
- from-file: common/base-packages.yml
- from-file: common/common-scripts.yml
- from-file: common/base-packages.yml
- from-file: common/main-kmods.yml
- from-file: common/remove-firefox.yml
- from-file: common/default-flatpaks.yml
- from-file: common/tailscale.yml
- from-file: common/apple.yml
- from-file: common/services.yml
- from-file: common/initramfs.yml
- from-file: common/dotfiles.yml
- type: signing
- type: yafti
# AMD Components
- from-file: intel-amd/amd-packages.yml
# Hyprland Components
- from-file: hyprland/hyprland-files.yml
- from-file: hyprland/hyprland-scripts.yml
- from-file: common/default-flatpaks.yml
- from-file: common/services.yml
- from-file: common/dotfiles.yml
- type: signing # this sets up the proper policy & signing files for signed images to work fully

17 changes: 11 additions & 6 deletions recipes/intel-amd/kde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@ description: "myOS is an operating system dedicated to being user-friendly and p
base-image: ghcr.io/ublue-os/kinoite-main
image-version: latest
modules:
- from-file: common/base-packages.yml
- from-file: common/common-files.yml
- from-file: common/common-scripts.yml
- from-file: common/remove-firefox.yml
- from-file: common/base-packages.yml
- from-file: common/main-kmods.yml
- from-file: common/tailscale.yml
- from-file: intel-amd/amd-packages.yml
- from-file: kde/kde-packages.yml
- from-file: common/remove-firefox.yml
- from-file: common/default-flatpaks.yml
# - from-file: common/kde-flatpaks.yml
- from-file: common/tailscale.yml
- from-file: common/apple.yml
- from-file: common/services.yml
- from-file: common/initramfs.yml
- from-file: common/dotfiles.yml
- type: signing
- type: yafti
# AMD Components
- from-file: intel-amd/amd-packages.yml
# KDE Components
- from-file: kde/kde-packages.yml
# - from-file: common/kde-flatpaks.yml

18 changes: 9 additions & 9 deletions recipes/nvidia/cosmic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ base-image: ghcr.io/ublue-os/cosmic-nvidia
image-version: 40
modules:
- from-file: common/common-files.yml
- from-file: common/base-packages.yml
- from-file: common/common-scripts.yml
# - from-file: common/main-kmods.yml
- from-file: common/base-packages.yml
- from-file: common/main-kmods.yml
- from-file: common/remove-firefox.yml
- from-file: common/default-flatpaks.yml
- from-file: common/tailscale.yml
# - from-file: nvidia/bazzite-nvidia.yml
- from-file: common/apple.yml
- from-file: cosmic/cosmic-packages.yml
- from-file: common/common-files.yml
- from-file: common/default-flatpaks.yml
- from-file: cosmic/cosmic-flatpaks.yml
- from-file: nvidia/nvidia-flatpaks.yml
- from-file: common/services.yml
- from-file: cosmic/cosmic-services.yml
- from-file: common/initramfs.yml
- from-file: common/dotfiles.yml
- type: signing
- type: yafti
# NVIDIA Components
- from-file: nvidia/nvidia-flatpaks.yml
# COSMIC Components
- from-file: cosmic/cosmic-packages.yml
- from-file: cosmic/cosmic-flatpaks.yml
- from-file: cosmic/cosmic-services.yml
15 changes: 8 additions & 7 deletions recipes/nvidia/gnome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ base-image: ghcr.io/ublue-os/silverblue-nvidia
image-version: latest
modules:
- from-file: common/common-files.yml
- from-file: common/base-packages.yml
- from-file: common/common-scripts.yml
- from-file: common/base-packages.yml
- from-file: common/main-kmods.yml
- from-file: common/remove-firefox.yml
- from-file: common/default-flatpaks.yml
- from-file: gnome/gnome-flatpaks.yml
- from-file: common/tailscale.yml
# - from-file: nvidia/bazzite-nvidia.yml
- from-file: common/apple.yml
- from-file: gnome/gnome-packages.yml
- from-file: gnome/gnome-extensions.yml
- from-file: gnome/gnome-files.yml
- from-file: nvidia/nvidia-flatpaks.yml
- from-file: common/services.yml
- from-file: common/initramfs.yml
- from-file: common/dotfiles.yml
- type: signing
- type: yafti
# NVIDIA Components
- from-file: nvidia/nvidia-flatpaks.yml
# GNOME Components
- from-file: gnome/gnome-flatpaks.yml
- from-file: gnome/gnome-packages.yml
- from-file: gnome/gnome-extensions.yml
- from-file: gnome/gnome-files.yml
21 changes: 13 additions & 8 deletions recipes/nvidia/hyprland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@ description: "myOS is an operating system dedicated to being user-friendly and p
base-image: ghcr.io/wayblueorg/hyprland-nvidia
image-version: 40
modules:
- from-file: hyprland/hyprland-packages.yml
- from-file: common/base-packages.yml
- from-file: common/common-files.yml
- from-file: common/common-scripts.yml
- from-file: common/base-packages.yml
- from-file: common/main-kmods.yml
- from-file: common/remove-firefox.yml
- from-file: common/default-flatpaks.yml
- from-file: common/tailscale.yml
# - from-file: nvidia/bazzite-nvidia.yml
- from-file: hyprland/hyprland-files.yml
- from-file: hyprland/hyprland-scripts.yml
- from-file: common/apple.yml
- from-file: common/services.yml
- from-file: common/initramfs.yml
- from-file: common/dotfiles.yml
- from-file: common/default-flatpaks.yml
- type: signing
- type: yafti
# NVIDIA Components
- from-file: nvidia/nvidia-flatpaks.yml
- from-file: common/services.yml
- type: signing
# Hyprland Components
- from-file: hyprland/hyprland-files.yml
- from-file: hyprland/hyprland-scripts.yml

18 changes: 11 additions & 7 deletions recipes/nvidia/kde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,22 @@ description: "myOS is an operating system dedicated to being user-friendly and p
base-image: ghcr.io/ublue-os/kinoite-nvidia
image-version: latest
modules:
- from-file: common/base-packages.yml
- from-file: common/common-files.yml
- from-file: common/common-scripts.yml
- from-file: common/remove-firefox.yml
- from-file: common/base-packages.yml
- from-file: common/main-kmods.yml
- from-file: common/tailscale.yml
# - from-file: nvidia/bazzite-nvidia.yml
- from-file: kde/kde-packages.yml
- from-file: common/remove-firefox.yml
- from-file: common/default-flatpaks.yml
- from-file: nvidia/nvidia-flatpaks.yml
# - from-file: common/kde-flatpaks.yml
- from-file: common/tailscale.yml
- from-file: common/apple.yml
- from-file: common/services.yml
- from-file: common/initramfs.yml
- from-file: common/dotfiles.yml
- type: signing
- type: yafti
# NVIDIA Components
- from-file: nvidia/nvidia-flatpaks.yml
# KDE Components
- from-file: kde/kde-packages.yml
# - from-file: common/kde-flatpaks.yml

13 changes: 7 additions & 6 deletions recipes/surface/gnome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ modules:
- from-file: common/common-files.yml
- from-file: common/common-scripts.yml
- from-file: common/base-packages.yml
- from-file: surface/surface-kmods.yml
- from-file: common/main-kmods.yml
- from-file: common/remove-firefox.yml
- from-file: common/default-flatpaks.yml
- from-file: gnome/gnome-flatpaks.yml
- from-file: common/tailscale.yml
# - from-file: common/bazzite.yml
- from-file: common/apple.yml
- from-file: gnome/gnome-packages.yml
- from-file: gnome/gnome-extensions.yml
- from-file: gnome/gnome-files.yml
- from-file: common/services.yml
# - from-file: common/initramfs.yml
- from-file: common/dotfiles.yml
- type: signing
- type: yafti
# GNOME Components
- from-file: gnome/gnome-flatpaks.yml
- from-file: gnome/gnome-packages.yml
- from-file: gnome/gnome-extensions.yml
- from-file: gnome/gnome-files.yml
18 changes: 11 additions & 7 deletions recipes/surface/kde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@ description: "myOS is an operating system dedicated to being user-friendly and p
base-image: ghcr.io/ublue-os/kinoite-surface
image-version: latest
modules:
- from-file: common/base-packages.yml
- from-file: common/common-files.yml
- from-file: common/common-scripts.yml
- from-file: common/base-packages.yml
- from-file: common/main-kmods.yml
- from-file: common/remove-firefox.yml
- from-file: surface/surface-kmods.yml
- from-file: common/tailscale.yml
# - from-file: common/bazzite.yml
- from-file: kde/kde-packages.yml
- from-file: common/default-flatpaks.yml
# - from-file: common/kde-flatpaks.yml
- from-file: common/tailscale.yml
- from-file: common/apple.yml
- from-file: common/services.yml
- type: signing
# - from-file: common/initramfs.yml
- from-file: common/dotfiles.yml
- type: signing
- type: yafti
# KDE Components
- from-file: kde/kde-packages.yml
# - from-file: common/kde-flatpaks.yml

0 comments on commit fa369f3

Please sign in to comment.