mirror of
https://github.com/zoriya/home-manager.git
synced 2025-12-06 06:16:09 +00:00
4 lines
92 B
Nix
4 lines
92 B
Nix
final: prev: {
|
|
home-manager = prev.callPackage ./home-manager { path = toString ./.; };
|
|
}
|