Closed victorhooi closed 5 months ago
Updated instructions based on this and instructions from https://zero-to-nix.com/start/install.
Doesn't matter where nixos-config
lives, the command creates and then changes directory into the nixos-config
dir. Then installs the configuration there.
Thanks for bringing this to my attention!
After running the command in step 2., I then attempted to run the command in step 3. Initialise a starter template:
It seems I need to restart the shell for it to work (I assume for the PATH)
Should this be mentioned in the README? Or maybe just explicitly add the command to reload the PATH?
Also - the actual command above (for step 3). gives a relative path - is the implication that
nixos-config
should live under$HOME
? Or is that meant to be up to the user? Might be worth making that a bit more explicit.