Skip to content

Instantly share code, notes, and snippets.

@jralvarezc
Last active July 24, 2019 04:56
Show Gist options
  • Save jralvarezc/3d6ff3449b2922cd0a4e1011f6b039c3 to your computer and use it in GitHub Desktop.
Save jralvarezc/3d6ff3449b2922cd0a4e1011f6b039c3 to your computer and use it in GitHub Desktop.
Install home-manager on nixos (as a user environment)
$ nix-channel --add https://github.com/rycee/home-manager/archive/master.tar.gz home-manager
$ nix-channel --update
$ bash
$ nix-shell '<home-manager>' -A install
$ emacs .config/nixpkgs/home.nix
$ home-manager build
$ home-manager switch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment