ALT-F4-LLC / kickstart.nix

Kickstart your Nix environment.
Apache License 2.0
166 stars 35 forks source link

Update Home Manager Guide #42

Closed erikreinert closed 7 months ago

erikreinert commented 8 months ago

Changes

Improvements:

This comes from #41 which was brought up as a question as to which template to use.

JoaoAlexNunes commented 8 months ago

in addition is there a way that homeDirectory = throw "<enter homeDirectory in flake.nix>"; # TODO: home directory of the user could be more clear

because there i really dont know what to put

hbjydev commented 8 months ago

in addition is there a way that homeDirectory = throw "<enter homeDirectory in flake.nix>"; # TODO: home directory of the user could be more clear

because there i really dont know what to put

So what you'd put would be the path to your home directory, like the comment says -- something like /home/joaoalexnunes. On Linux, that's usually gonna be /home/<your username>, and on macOS it'll be /Users/<your username>.

erikreinert commented 7 months ago

Got all these in #47! Thank you!