This commit is contained in:
2026-06-14 13:05:57 +01:00
parent 8ec7b3429f
commit 0fb5245525
7 changed files with 651 additions and 562 deletions
+4 -1
View File
@@ -3,12 +3,15 @@
den,
inputs,
...
}: {
}:
{
flake-file.inputs = {
omp-nix.url = "git+https://git.molez.org/mandlm/omp-nix?ref=main";
};
modules.omp = {
homeManager = {
imports = [ inputs.omp-nix.homeManagerModules.omp ];
oh-my-pi.enable = true;
};
};
}