These are my personal Universal Blue image builds, customized with my own personal additions to make my life easier. They are built with AvengeMedia's Dank Linux and any dependencies. There are several images with different experiences in mind.
Currently, all desktop images are built off of Fedora 43. There is a basic default configuration for Niri, Hyprland, Ghostty, and Kitty that all new users will have automatically copied to their home directory.
danklinux- An image built off ofublue/base-mainwith both Niri and Hyprland installed, along with DankMaterialShell and various other utilities, such as Dolphin to make the desktop feel more complete.danklinux-nvidia- Same asdanklinux, but built off ofublue/base-nvidiato install drivers for NVIDIA graphics cards.danklinux-kernel-cachyos- Same asdanklinux, but built with the kernel used in CachyOS installed instead of the default Fedora kernel.
Along with these 3 images, there are images that end with -dx that install extra packages that are useful to developers. Ex: danklinux-nvidia-dx
Install a base build of any Fedora Atomic or Universal Blue image (eg. Sericea, Kinoite, Aurora) and then switch to an image like so:
sudo bootc switch --enforce-container-sigpolicy ghcr.io/hecknt/danklinux-dx:latestThese images are signed with Sigstore's cosign. You can verify the signature by downloading the cosign.pub file from this repo and running the following command:
cosign verify --key cosign.pub ghcr.io/hecknt/danklinux:latest