Last active
July 24, 2019 04:56
-
-
Save jralvarezc/3d6ff3449b2922cd0a4e1011f6b039c3 to your computer and use it in GitHub Desktop.
Install home-manager on nixos (as a user environment)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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