SkillAgentSearch skills...

Bluefusion

A Fedora Silverblue image that adds RPM Fusion with media codecs and integrates both Homebrew and Nix

Install / Use

/learn @aguslr/Bluefusion
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

BlueFusion

build-image

A Fedora Silverblue image that adds RPM Fusion with media codecs and integrates both Homebrew and Nix.

<picture> <source media="(prefers-color-scheme: light)" srcset=".github/screenshot-light.png"> <source media="(prefers-color-scheme: dark)" srcset=".github/screenshot-dark.png"> <img title="Screenshot" alt="Screenshot" src=".github/screenshot-light.png"> </picture>

Usage

  1. Rebase to an unsigned image to get proper signing keys:

    rpm-ostree rebase -r ostree-unverified-registry:ghcr.io/aguslr/bluefusion:stable
    
  2. Rebase to a signed image to finish the installation:

    rpm-ostree rebase -r ostree-image-signed:docker://ghcr.io/aguslr/bluefusion:stable
    

Alternatively, an ISO file for offline installation can be generated with the following command:

sudo podman run --rm --privileged \
    --volume .:/build-container-installer/build \
    --security-opt label=disable --pull=newer \
    ghcr.io/jasonn3/build-container-installer:latest \
    IMAGE_REPO="ghcr.io/aguslr" \
    IMAGE_NAME="bluefusion" \
    IMAGE_TAG="latest" \
    VARIANT="Silverblue"

Features

  • Start with a custom Fedora Silverblue image.
  • Install Distrobox.
  • Install Homebrew on x86_64.
  • Install Nix.
  • Add RPM Fusion repositories and several multimedia packages.

To enable Homebrew just run:

sudo systemctl enable --now var-home-linuxbrew.mount

And to enable Nix run:

sudo systemctl enable --now nix.mount

Verification

These images are signed with Sisgstore's Cosign. You can verify the signature by downloading the cosign.pub key from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/aguslr/bluefusion

References

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated2mo ago
Forks1

Languages

Dockerfile

Security Score

95/100

Audited on Jan 19, 2026

No findings