From ea75a8ce1e85efc20e9bb77e8bc3327917963d51 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Thu, 14 Apr 2022 12:59:16 -0700 Subject: [PATCH] explain nix-darwin --- nix/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nix/README.md diff --git a/nix/README.md b/nix/README.md new file mode 100644 index 0000000..4342780 --- /dev/null +++ b/nix/README.md @@ -0,0 +1,5 @@ +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`. + +Home-manager is installed separately and not currently managed by the nix configurations.