qol: omp disabled for now

This commit is contained in:
2026-05-15 13:19:08 +01:00
parent 93ef68a998
commit d53bba8961
+2 -3
View File
@@ -3,8 +3,7 @@
den, den,
inputs, inputs,
... ...
}: }: {
{
flake-file.inputs = { flake-file.inputs = {
omp-nix.url = "git+https://git.molez.org/mandlm/omp-nix?ref=main"; omp-nix.url = "git+https://git.molez.org/mandlm/omp-nix?ref=main";
}; };
@@ -13,7 +12,7 @@
imports = [inputs.omp-nix.homeManagerModules.omp]; imports = [inputs.omp-nix.homeManagerModules.omp];
oh-my-pi = { oh-my-pi = {
enable = true; enable = false;
settings = { settings = {
theme = "dark-gruvbox"; theme = "dark-gruvbox";
symbolPreset = "nerd"; symbolPreset = "nerd";