this post was submitted on 08 Sep 2024
21 points (76.9% liked)

Linux

48655 readers
496 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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.

top 17 comments
sorted by: hot top controversial new old
[–] [email protected] 31 points 3 months ago (1 children)

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.

[–] [email protected] 7 points 3 months ago (1 children)
[–] [email protected] 4 points 3 months ago (1 children)

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

[–] Sbauer 2 points 3 months ago

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.

[–] [email protected] 13 points 3 months ago (1 children)

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 5 points 3 months ago* (last edited 3 months ago) (2 children)

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 https://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?

[–] [email protected] 4 points 3 months ago

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 2 points 3 months ago (1 children)

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 2 points 3 months ago

Thanks, I will do exactly that then

[–] that_leaflet 10 points 3 months ago (2 children)

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

[–] [email protected] 2 points 3 months ago (1 children)

Or you can install fedora without any de

[–] that_leaflet 1 points 3 months ago

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

[–] Koba 1 points 3 months ago

This is the easiest way imo

[–] [email protected] 7 points 3 months ago

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). https://wiki.hyprland.org/Nix/Hyprland-on-NixOS/

[–] [email protected] 3 points 3 months ago (1 children)

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.

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago)

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

[–] [email protected] 2 points 3 months ago

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.