Skip to content

Instantly share code, notes, and snippets.

@zimbatm
Created August 20, 2021 19:15
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 zimbatm/d2a04c6add27fffe6c12b63112771f2d to your computer and use it in GitHub Desktop.
Save zimbatm/d2a04c6add27fffe6c12b63112771f2d to your computer and use it in GitHub Desktop.
{ pkgs, callPackage }:
let
evalHome = import "${toString pkgs.sources.home-manager}/modules";
in
{
home-manager = evalHome {
configuration = ./home-manager.nix;
lib = pkgs.lib;
pkgs = pkgs;
};
vim = callPackage ./vim { };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment