mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 01:19:32 +08:00
4 lines
92 B
Nix
4 lines
92 B
Nix
final: prev: {
|
|
home-manager = prev.callPackage ./home-manager { path = toString ./.; };
|
|
}
|