this post was submitted on 04 Aug 2024
376 points (93.7% liked)

Programmer Humor

32394 readers
654 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Am I out of touch?

No, it's the forward-thinking generation of software engineers that want elegant, reliable, declarative systems that are wrong.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 33 points 3 months ago (3 children)

How, tho?

Seriously, how do you even get started? It's like the tutorials are all, "This is a basic 'Hello World' module/flake. Now, you are a master." I would love to figure it out, but I need a little more hand holding.

[–] [email protected] 19 points 3 months ago

I HIGHLY recommend forking a nix-config that uses flakes, home-manager, and whatever window manager you prefer. Since Nix is so versatile (and the documentation of flakes and home-manager are BAD), I found it absolutely crucial to reuse a well-architected config and slowly modify it in a VM to sketch out my config until it was stable enough to try on a real machine.

[–] [email protected] 13 points 3 months ago

Yeah, I've had the same experience multiple times, people have been raving about it but I can't find a tutorial that is as noob-friendly as I'd need it.