Skip to content

Instantly share code, notes, and snippets.

@Synthetica9
Created June 13, 2019 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Synthetica9/624c6fe484247ad9954b42cfb1ba3be6 to your computer and use it in GitHub Desktop.
Save Synthetica9/624c6fe484247ad9954b42cfb1ba3be6 to your computer and use it in GitHub Desktop.
let
home-manager-repo = builtins.fetchTarball "https://github.com/rycee/home-manager/archive/master.tar.gz";
in
{ ... }:
{
imports = [ "${home-manager-repo}/nixos" ];
programs.home-manager.enable = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment