cross-posted from: https://programming.dev/post/36980791
This is a quick and painless tutorial on how to install and configure NixOS from Scratch. It involves starting off with Home manager and Flakes before even rebuilding your system.
- Video format of written guide:
- Source code for example NixOS config
I thought the example using builtins.mapAttrs
with create_symlink
for xdg.configFile
was cleverly simple.
Exactly what I’ve been looking for!