Ever-so-slightly clean up the build script and the readme in the nix/ folder

Although, not positive they work. Honestly have been more useful as a
way to remember what commands to run manually ^_^;
This commit is contained in:
Haak Saxberg 2023-05-28 15:27:51 -07:00
parent 3891451b92
commit 02a270c44d
2 changed files with 18 additions and 3 deletions

View file

@ -1,5 +1,8 @@
The install script is only for linux machines at the moment.
For Apple machines, [install nix-darwin](https://github.com/LnL7/nix-darwin#install) and symlink the `darwin-configuration.nix` file to `~/.nixpkgs/darwin-configuration.nix`.
For Apple machines, [install
nix-darwin](https://github.com/LnL7/nix-darwin#install) and symlink the
`darwin-configuration.nix` file (probably in `worktop`? why else would you have
an OSX machine?) to wherever it needs to go for that version of nix-darwin.
Home-manager is installed separately and not currently managed by the nix configurations.
Home-manager is installed separately and not currently managed by any of the nix configurations.