Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billyaddlers/phosphophypr
A Hyprland-focused Image for Fedora Atomic, based on Bazzite Gnome.
https://github.com/billyaddlers/phosphophypr
bazzite bazzite-hyprland cloud-native desktop fedora fedora-hyprland fedora-linux gaming hyprland image-based linux silverblue steam
Last synced: about 4 hours ago
JSON representation
A Hyprland-focused Image for Fedora Atomic, based on Bazzite Gnome.
- Host: GitHub
- URL: https://github.com/billyaddlers/phosphophypr
- Owner: BillyAddlers
- License: apache-2.0
- Created: 2025-01-13T09:29:28.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-01-22T11:47:16.000Z (about 13 hours ago)
- Last Synced: 2025-01-22T12:32:20.115Z (about 13 hours ago)
- Topics: bazzite, bazzite-hyprland, cloud-native, desktop, fedora, fedora-hyprland, fedora-linux, gaming, hyprland, image-based, linux, silverblue, steam
- Language: Shell
- Homepage:
- Size: 30.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phosphophypr
> Phosphophypr is a Hyprland-focused Fedora Atomic Image tailored for your personal needs.
## About
## Features
### Desktop
Common variant available as `phosphophypr`, suitable for desktop computers.
- Automatic updates for the OS, Flatpaks, and all Distrobox containers - powered by [ublue-update](https://github.com/ublue-os/ublue-update) and [topgrade](https://github.com/topgrade-rs/topgrade).
> [!IMPORTANT]
> **ISOs can be downloaded from our [website](https://phosphophypr.shirovi.my.id).**Rebase from an existing upstream Fedora Atomic to this image if you want **Open Source GPU Drivers**:
(Please note: Mesa's Open Source option for NVIDIA GPUs, NVK is still prone to errors at the time of writing, for any issues relating to NVK [please submit a report with Mesa](<[url](https://docs.mesa3d.org/bugs.html)>), not Ublue/Bazzite/Phosphophypr)```bash
rpm-ostree rebase ostree-unverified-registry:ghcr.io/billyaddlers/phosphophypr:stable
```Nvidia Proprietary Variant coming soon!
**For users with Secure Boot enabled:** Follow Bazzite's [secure boot documentation](#secure-boot) prior to rebasing.
### SteamDeck/Handhelds
coming soon!
## Secure Boot
> [!WARNING]
> **Steam Deck Users: The Steam Deck does not come with secure boot enabled and does not ship with any keys enrolled by default. Do not enable this unless you absolutely know what you're doing.**Secure boot is supported with our custom key. The pub key can be found in the root of this repository [here](https://github.com/ublue-os/bazzite/blob/main/secure_boot.der).
If you'd like to enroll this key prior to installation or rebase, download the key and run the following:```bash
sudo mokutil --timeout -1
sudo mokutil --import secure_boot.der
```For users already on a Universal Blue image, you may instead run `ujust enroll-secure-boot-key`.
If asked for a password, use `universalblue`.