qol: omp disabled for now
This commit is contained in:
@@ -3,17 +3,16 @@
|
|||||||
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";
|
||||||
};
|
};
|
||||||
modules.omp = {
|
modules.omp = {
|
||||||
homeManager = {
|
homeManager = {
|
||||||
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";
|
||||||
|
|||||||
Reference in New Issue
Block a user