Hacker News new | ask | show | jobs
by dlyons 1212 days ago
I second the recommendation for zero-to-nix, it's a great resource. I really like what DetSys is doing for the Nix community!

In addition to that, check out this Shopify video series:

- https://www.youtube.com/playlist?list=PLRGI9KQ3_HP_OFRG6R-p4...

- https://shopify.engineering/what-is-nix

I share a bunch of configuration between my M1 Macbook and x86 desktop in my office. I use home-manager with config that is organized like nixos/*, macos/*, and common/*. The first two just import the latter. Here's a link if it's helpful:

- https://github.com/dustinlyons/nixos-config

1 comments

Looks like we are kindred spirits, but you are much farther on your journey! Going to spend some good time this weekend studying your config :)