this post was submitted on 14 Jul 2023
45 points (100.0% liked)

Linux

47237 readers
3343 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
 

Personally, I'm looking forward to native Wayland support for Wine and KDE's port to Qt 6.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

from which interesting derivatives will show up.

I don't think that will happen and hope it won't because NixOS can handle the usual preferences people might have internally.

Don't like glibc? pkgsMusl is the entire package set but with musl instead of glibc.
Want static compilation? pkgsStatic.
Afraid of systemd? Well okay, we don't have that right now but I don't think anyone would be opposed to optional support for worse service managers. It'd just be an opt-in toggle that we could support with enough people interested in it.

[–] [email protected] 1 points 1 year ago (1 children)

Nah, people always want to put their own spin on things and I welcome the diversity.

Arch can bring in all the necessary packages yourself, but Garuda exists and people enjoy using it. Horses for courses.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Garuda only exists because the only way to distribute a set of default configuration in regular distros is to create a whole new distro/installer. We don't have that problem in NixOS because all configuration is declarative and composable.

In the NixOS world, Garuda would be a NixOS base config which users would import in their own config and extend with their own configuration. You'd still be using NixOS though.

[–] [email protected] 1 points 1 year ago

If you're packaging enough changes that somebody would say it's a different experience, calling it the "X configuration" vs "X distribution" based on how it's packaged is just splitting hairs.