diff --git a/index.html b/index.html index 163df7d5..41da6772 100644 --- a/index.html +++ b/index.html @@ -47,10 +47,7 @@ Add the appropriate Home Manager channel. If you are following Nixpkgs master or an unstable channel you can run

$ nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
 $ nix-channel --update

and if you follow a Nixpkgs version 22.11 channel you can run

$ nix-channel --add https://github.com/nix-community/home-manager/archive/release-22.11.tar.gz home-manager
-$ nix-channel --update

On non-NixOS, you may have to add

export NIX_PATH=$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/channels${NIX_PATH:+:$NIX_PATH}

to your shell (see nix#2033 -and -this -reply on the Nix Discourse).

  • +$ nix-channel --update

  • Run the Home Manager installation command and create the first Home Manager generation:

    $ nix-shell '<home-manager>' -A install

    Once finished, Home Manager should be active and available in your