Skip to content

Commit

Permalink
Merge pull request #2 from mulderje/oldair
Browse files Browse the repository at this point in the history
Initial commits for bringing my MacBook Air ublue setup to blue build
  • Loading branch information
mulderje authored Apr 1, 2024
2 parents 598077e + 44d8860 commit 25d29e4
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions config/recipe.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# image will be published to ghcr.io/<user>/<name>
name: my-ublue
name: ublue-oldair
# description will be included in the image's metadata
description: This is my personal OS image.

Expand All @@ -18,15 +18,20 @@ modules:
# in /usr/etc/ in the image. read more in files module reference.

- type: rpm-ostree
repos: # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
repos:
- https://copr.fedorainfracloud.org/coprs/mulderje/facetimehd-kmod/repo/fedora-%OS_VERSION%/mulderje-facetimehd-kmod-fedora-%OS_VERSION%.repo
install:
# - micro
# - starship
- akmod-facetimehd # From the above mulderje/facetimehd-kmod COPR.
- facetimehd-firmware # Not sure why I need to add explicitly...
- mbpfan
remove:
# example: removing firefox (in favor of the flatpak)
# "firefox" is the main package, "firefox-langpacks" is a dependency
- firefox
- firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
- firefox-langpacks

- type: akmods
base: main
install:
- wl

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
Expand All @@ -46,4 +51,9 @@ modules:
remove:
# - org.gnome.eog

- type: systemd
system:
enabled:
- mbpfan.service

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

0 comments on commit 25d29e4

Please sign in to comment.