Skip to content

Instantly share code, notes, and snippets.

@RaghavSood
Last active July 12, 2020 12:03
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 RaghavSood/0924f10b10a4b5da20a4a83932ca05ef to your computer and use it in GitHub Desktop.
Save RaghavSood/0924f10b10a4b5da20a4a83932ca05ef to your computer and use it in GitHub Desktop.
let
home-manager = builtins.fetchGit {
url = "https://github.com/rycee/home-manager.git";
rev = "cc69c3115f60788986ed4af5d92575d116c0e190";
ref = "release-20.03";
};
in {
imports = [ "${home-manager}/nixos" ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment