From e448acd01cee99be2f01eca4fb857a5aa338464e Mon Sep 17 00:00:00 2001
From: ncfavier
$ 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