3 lines
92 B
Nix
3 lines
92 B
Nix
final: prev: {
|
|
home-manager = prev.callPackage ./home-manager { path = toString ./.; };
|
|
}
|