15 lines
193 B
Nix
15 lines
193 B
Nix
{
|
|
modules,
|
|
den,
|
|
inputs,
|
|
...
|
|
}: {
|
|
flake-file.inputs = {
|
|
omp-nix.url = "git+https://git.molez.org/mandlm/omp-nix?ref=main";
|
|
};
|
|
modules.omp = {
|
|
homeManager = {
|
|
};
|
|
};
|
|
}
|