mirror of
https://github.com/nix-community/home-manager
synced 2024-11-04 18:29:45 +01:00
3 lines
75 B
Nix
3 lines
75 B
Nix
self: super: {
|
|
home-manager = import ./home-manager { pkgs = super; };
|
|
}
|