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