mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
Add overlay and instructions for using it
This commit is contained in:
committed by
Robert Helgesson
parent
393274d142
commit
34428fc709
3
overlay.nix
Normal file
3
overlay.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
self: super: {
|
||||
home-manager = import ./home-manager { pkgs = super; };
|
||||
}
|
||||
Reference in New Issue
Block a user