Skip to content

Instantly share code, notes, and snippets.

@mweinelt
Last active May 15, 2019 00:42
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 mweinelt/74ae3c5f34082ef5b65d9c0c591f10af to your computer and use it in GitHub Desktop.
Save mweinelt/74ae3c5f34082ef5b65d9c0c591f10af to your computer and use it in GitHub Desktop.
let
home-manager = builtins.fetchGit {
url = "https://github.com/rycee/home-manager.git";
rev = "14a0dce9e809d222a85ad19aa7d3479cc104e475";
ref = "release-19.03";
};
in {
imports = [
"${home-manager}/nixos"
];
home-manager.users.hexa = { ... }: {
imports = [
./vim.nix
];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment