Add overlay and instructions for using it

This commit is contained in:
Linus Heckemann
2017-09-25 13:14:51 +01:00
committed by Robert Helgesson
parent 393274d142
commit 34428fc709
3 changed files with 9 additions and 11 deletions

3
overlay.nix Normal file
View File

@@ -0,0 +1,3 @@
self: super: {
home-manager = import ./home-manager { pkgs = super; };
}