this post was submitted on 26 Jun 2025
36 points (89.1% liked)
Linux
8081 readers
572 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well, NixOS is mostly for enthusiasts and it's very much the opposite of beginner friendly.
The idea is that you configure your system in a configuration file, then run a command that makes your system match exactly what you configured.
So instead of
apt install
or similar you just add the package to your config, run a single command to rebuild the system and you're done.Which also means you're mostly on your own, most guides for other distros don't work and the documentation on how to do the things in NixOS are very incomplete. It's nice and fun, but definitely not for an average user.