Custom Fedora Atomic with Niri compositor
Find a file
2025-11-01 01:40:47 +03:00
.github/workflows [-] del iso workflow 2025-10-31 22:23:23 +03:00
rootfs [+] install sound pkgs 2025-11-01 01:40:47 +03:00
.gitignore [-] ignore key file 2025-06-01 01:29:39 +03:00
config.toml [+] config for iso builder 2025-10-31 00:57:11 +03:00
containerfile [-] disable bootc autoupdate 2025-10-31 17:38:13 +03:00
readme.md [r] update tag 2025-10-30 19:42:58 +03:00

atomic-niri

atomic-niri is a custom Fedora Bootc image that ships the blazingfast Niri Wayland compositor out of the box together with a carefully curated set of desktop packages.

To rebase an existing Fedora Bootc installation to the latest atomicniri build:

  1. Rebase to the unsigned image first to fetch the signing keys:

    rpm-ostree rebase ostree-unverified-registry:ghcr.io/ergolyam/atomic-niri:latest
    
  2. Reboot:

    systemctl reboot
    
  3. Rebase to the signed image:

    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ergolyam/atomic-niri:latest
    
  4. Reboot once more to start using atomicniri:

    systemctl reboot
    
    • The latest tag always points to the newest build but never jumps across Fedora major releases the underlying release is fixed to the version declared in containerfile.