HyprBlue is a variant of Bluefin that comes with a pretty complete Hyprland install, in addition to Gnome. It also has Google Chrome and 1Password preinstalled, because they don't work together right if they aren't both in the base image.
-
Install bluefin-dx or bluefin-nvidia-dx from ISO. Set up LUKS/TPM/Secure Boot as needed.
-
Run the following command (or, alternatively, check out this repo and run the just commands locally):
curl https://raw.githubusercontent.com/ashebanow/hyprblue/master/justfile \ > /tmp/hyprblue-justfile just -f /tmp/hyprblue-justfile rebase-unsigned
-
Reboot your computer.
-
Run the following command:
curl https://raw.githubusercontent.com/ashebanow/hyprblue/master/justfile \ > /tmp/hyprblue-justfile just -f /tmp/hyprblue-justfile rebase-signed
-
Reboot your computer again, but do NOT select Hyprland from the login screen.
-
At this point, you should have the default, very very basic Hyprland setup. Now is the time to install your favorite dotfiles. If you don't have a working Hyprland setup of your own, I recommend taking a look at JaKoolit's dotfiles or those at ml4w.com. Right now the easiest way to get those working is to install them into an Arch VM, where they will install all the needed packages along with the dotfiles. Then copy the necessary config files to this system.
NOTE: I do plan on building a script that will do this copying/setup for you at some point.