mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
c9d0e3ee29
(cherry picked from commit 34428fc709
)
3 lines
75 B
Nix
3 lines
75 B
Nix
self: super: {
|
|
home-manager = import ./home-manager { pkgs = super; };
|
|
}
|