Skip to content

Instantly share code, notes, and snippets.

@jralvarezc
Created July 24, 2019 04:58
Show Gist options
  • Save jralvarezc/6dfd6e568086862ef67d6c0537f8dcf0 to your computer and use it in GitHub Desktop.
Save jralvarezc/6dfd6e568086862ef67d6c0537f8dcf0 to your computer and use it in GitHub Desktop.
# 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