diff --git a/index.html b/index.html index 1e1ca6ba..2098e3ab 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,10 @@ As a module within a darwin-rebuild. See Section 1.3, “nix-darwin module” for a description of this setup. -
In this chapter we describe how to install Home Manager in the +standard way using channels. If you prefer to use +Nix Flakes then please see the instructions in +Chapter 3, Nix Flakes.
$ nix-channel --update … unpacking channels... -$ home-manager switch
Home Manager includes a flake.nix
file for compatibility with Nix Flakes.
-The support is still experimental and may change in backwards incompatible ways.
Home Manager is compatible with Nix Flakes. But +please be aware that the support it is still experimental and may +change in backwards incompatible ways.
Just like in the standard installation you can use the Home Manager +flake in three ways:
home-manager
tool. For platforms other than
+NixOS and Darwin, this is the only available choice. It is also
+recommended for people on NixOS or Darwin that want to manage their
+home directory independently of the system as a whole. See
+Section 3.2, “Standalone setup” for instructions on how to perform this
+installation.
+nixos-rebuild
. See Section 3.3, “NixOS module” for a description of
+this setup.
+darwin-rebuild
. See Section 3.4, “nix-darwin module”
+for a description of this setup.
+