Files
dotfiles/config/modules/ai/omp.nix
T
2026-06-07 18:45:11 +01:00

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 = {
};
};
}