123
submitted 1 year ago by uthredii@programming.dev to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] Flicsmo@rammy.site 12 points 1 year ago

You're underrepresenting the complications of NixOS and overrepresenting the complications of Arch. For example, to install Steam I would run sudo pacman -Syu steam. On a typical Arch setup that's all that's needed.

Another example is how to install Steam. In Arch, the wiki must tell you all the manual steps required to enable multilib, install the steam package, install 32bit dependencies, yada yada.

And that's why the Arch wiki is so great - it has details and links about everything that goes into making something work. If you want to learn more or if something goes wrong it's all right there.

But yes, I think you hit the nail on the head at the end there - hackability is Arch's strength, everything is exposed and flexible to tinkering. It's easy to make almost anything work, and easy to learn how it works. That's very different from NixOS's core philosophy of stability and reproducibility.

There are inherent pros and cons to both approaches - it really comes down to a mix of personal preference and using the right tool for the right job. They're apples and oranges, and the article framing NixOS as a superior successor to Arch is as silly as the reverse would be.

[-] Atemu@lemmy.ml 1 points 1 year ago

For example, to install Steam I would run sudo pacman -Syu steam. On a typical Arch setup that's all that's needed.

That is incorrect to my knowledge. Back when I used Arch, you still needed to enable multilib which I don't think has changed. You need a wiki entry to tell you how to do that.

AFAIK you also need to manually install yourself a Vulkan driver. I've recently helped a person who had opted for AMDVLK here and it broke in one game but was working fine in others.

That sort of thing doesn't really happen with NixOS because enabling desktop support implies the presence of a Vulkan driver and we provide a sane one by default (currently RADV via mesa or nvidia when you enable proprietary drivers).

this post was submitted on 25 Jun 2023
123 points (100.0% liked)

Linux

47363 readers
857 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