Created
July 24, 2019 04:58
-
-
Save jralvarezc/6dfd6e568086862ef67d6c0537f8dcf0 to your computer and use it in GitHub Desktop.
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 | |
Add to configuration.nix: | |
imports = [ | |
... | |
<home-manager/nixos> | |
... | |
]; | |
... | |
environment.systemPackages = with pkgs; [ | |
... | |
home-manager | |
... | |
]; | |
... | |
# home-manager.users.ralvarez = {pkgs, ...}: {}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment