Is there an immutable distro based on Hyprland?
from filister@lemmy.world to linux@lemmy.ml on 08 Sep 2024 20:04
https://lemmy.world/post/19548388

Is there any immutable distro that’s based on Hyprland? I really like their approach to tiling, but at the same time I prefer to have a solid experience without worrying that the next update might break some dependencies.

#linux

threaded - newest

F04118F@feddit.nl on 08 Sep 2024 20:21 next collapse

NixOS

Alternatively (speculating here), you might be able to use Nix to install Hyprland onto an existing immutable distro like Silverblue.

Nix people please chime in!

filister@lemmy.world on 08 Sep 2024 20:50 collapse

Yes, I was thinking about that as well and even found some guide on how this can be done. Actually I was eyeing uBlue but it should be exactly the same procedure for both.

The other option is I guess to rebase the system to something like this github.com/wayblueorg/wayblue?tab=readme-ov-file which already provides the Hyprland.

Are there any particular advantages and disadvantages of both methods that I should be aware of?

F04118F@feddit.nl on 08 Sep 2024 20:54 next collapse

Ah yeah that looks perfect, just get WayBlue Hyprland then! That sounds like exactly what you need.

No need to mess about with user services in systemd and display manager config.

kerneltux@lemmy.world on 08 Sep 2024 21:22 collapse

I’ve been using wayblue on my own desktop. They have sane defaults & very pleasant theme. They do a good job keeping their image up to date & enable auto-updating from the get-go.

filister@lemmy.world on 08 Sep 2024 21:50 collapse

Thanks, I will do exactly that then

that_leaflet@lemmy.world on 08 Sep 2024 21:51 next collapse

You can install Fedora Atomic Sway then install Hyprland on that with rpm-ostree install hyprland.

Koba@lemmy.world on 09 Sep 2024 02:55 next collapse

This is the easiest way imo

foremanguy92_@lemmy.ml on 09 Sep 2024 15:53 collapse

Or you can install fedora without any de

that_leaflet@lemmy.world on 09 Sep 2024 17:18 collapse

There is Fedora CoreOS (meant for servers), but I’ve never tried installing a desktop on that.

degen@midwest.social on 08 Sep 2024 22:04 next collapse

No distro is really based on a window manager or desktop environment. Some provide defaults and premade configs. I kind of doubt any include hyprland as an option at installation, but, Wayland compatibility notwithstanding, there’s nothing stopping you from throwing hyprland on whatever you would like. The best approach is to take a Wayland-ready setup, like Leaflet suggests, and just install hyprland.

GravitySpoiled@lemmy.ml on 09 Sep 2024 03:38 collapse

This distro uses it github.com/wayblueorg/wayblue

degen@midwest.social on 09 Sep 2024 04:16 collapse

Well there ya go! I figured it was still too niche.

Sbauer@lemmy.world on 09 Sep 2024 08:37 collapse

Ublue provides a really solid base template that makes it very easy to do stuff like this, all the heavy lifting of a distro is done by fedora, ublue adds the codecs and drivers and build system for updates.

Wouldn’t be unreasonable to make your own distro with it honestly.

featured@lemmygrad.ml on 08 Sep 2024 23:40 next collapse

Check out Wayblue, they make some custom universal blue images based off fedora silverblue which includes a hyprland image. I’m running a modified way blue image myself these days and loving it. Technically it’s a secureblue image based on a way blue image but yeah same difference

Was using NixOS but just could not deal with lack of FHS compatibility. Even the workarounds like nix-ld and nix-alien didn’t help with some key scripts I needed to run for secure network verification stuff. So I just migrated to this plus nix/home-manager for my application management

HouseWolf@lemm.ee on 09 Sep 2024 12:51 next collapse

I’ve seen quite a few people rocking NixOS with Hyperland. And I thought the whole idea of Nix was to be more stable than most rolling releases?

I don’t use either so I’m far from an expert on this.

flashgnash@lemm.ee on 09 Sep 2024 20:42 collapse

I’m one of those people, they make a surprisingly good combo

If you’re doing nix right it doesn’t matter how unstable something is if it’s borked you just revert it

Have generally found hyprland to be pretty stable anyway though as long as you’re not on the unstable nix channel

mariusafa@lemmy.sdf.org on 09 Sep 2024 15:03 next collapse

You could try Guix (either standalone or Guix system). You can have a immutable profile, an immutable home environment with centralized configuration and much more!

The ability of having immutable environment and dotfile configurations is amazing.

therealjcdenton@lemmy.zip on 09 Sep 2024 18:20 collapse

Hyprland is a window manager, not a distro. You should be asking if there is a immutable distro with solid hyprland support (which there is). wiki.hyprland.org/Nix/Hyprland-on-NixOS/