this post was submitted on 11 Apr 2024
13 points (93.3% liked)
NixOS
992 readers
1 users here now
NixOS is a Linux distribution built on top of the Nix package manager. Its declarative configuration allows reliable system upgrades via several official channels of stability and size.
This community discusses NixOS, Nix, and everything related.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've been playing with NixOS in spare time for a few weeks now and I'm afraid I don't have a very good news for you. It looks like the learning curve is just very steep. It took me quite a lot of time to get to the point where I have any idea what I'm doing. Some beginner friendly resources which helped me:
Vimjoyer videos on YT,
LibrePheonix videos on YT,
Misterio77 Nix starter configs and his own config.
In general, I recommend checking out people's configs on GitHub. You can learn a lot by example.
Thank you very much for those links!
Generally I don't like video tutorials much - I prefer reading things in my own speed and being able to copy & paste stuff.
But only looking at the titles of those videos sounds promising enough to give them a try :-)
(I didn't yet have the time to watch any of them.)
One aspect I find interesting:
One look at the Misterio77 configs shows that the concept of flakes seems to be important. I have no idea what they are, but I can see that both youtubers have something about flakes as the second video in their NixOS playlists - looks like I should better learn about this concept soon :-)
Oh! Just found out that LibrePheonix accompanies each video with a blog article - that's nice 🙂
https://librephoenix.com/blog.html
Once you have some foundational knowledge, I find more answers searching github with
language:nix <some terms>
. Usually I can find a few repos with an adjacent enough solution to deconstruct and apply to my setup.