9 lines
150 B
Nix
9 lines
150 B
Nix
{
|
|
channel,
|
|
inputs,
|
|
...
|
|
}:
|
|
{
|
|
nix.nixPath = ["nixpkgs=${channel.input}" "nixos-config=${../lib/compat/nixos}" "home-manager=${inputs.home}"];
|
|
}
|