27
immutable + reproducible packages - learning curve = ?
(programming.dev)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Take a look at the GNU Guix System. It's similar to NixOS, but maybe their configuration language will be easier.
This. The nix language makes anything bigger harder. A big nix config is just hard to wrangle.
NixOS is style over substance, there is absolutely 0 reason to come with a whole new language for this and Guix is proof of that.
NixOS' entire project is like this, they make things harder for no other reason than "it looks cooler this way".
Tried NixOS. As a nonprogrammer, trying to have what I wanted was frustrating. There's no clear documentation on anything, because everything is experimental. Went back to Arch but will try Guix
Don't get me wrong Guix is hard too, you'll have to package things yourself, or use flatpak, or use distrobox or maybe nix itself just to get all the things you need. BUT if you can grasp the language and packaging guidelines, it's much more clearly laid out. The CLI tools are clearer, the methods are too. It's not this confusing split mess that seems to be with NixOS. And there is still not a clear plasma desktop. But I'm trying to fix that perhaps. 😁
+1 to Guix, see also: I Love Arch, But GNU Guix Is My New Distro