this post was submitted on 20 Jun 2025
243 points (95.2% liked)
Linux
56078 readers
323 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Does NixOs have a set of good documentation yet, or is it still "just read these 6 different articles/ebooks, but dont listen do the what the 3rd book talks about in its second half, except for chapter 7. Do chapter 7, but how guide 4 describes it. Then you should have a default config and everything will be perfect."
Having learned Nix recently and still not being great at it, writing your personal config is relatively easy. The website has a search feature for options you can use by default, so it's pretty straightforward. Just search for relevant keywords and set the options you like.
If you want to package software for nixpkgs, define custom options, or anything else that's going to require custom Nix, it's... Better than you make it sound but not great. I only read one guide, and it wasn't great, but it covered the basics well enough. From there, I managed to figure out what I've needed so far just from the official documentation for the Nix language. It's not everything it could be, but it's not too bad.
If you wanna really get into the thick of it and extensively write Nix for some detailed purpose, you might run into some more problems. I still don't think it'd be as bad as you make it sound, but you probably won't be thrilled, either.