qol: omp disabled for now
This commit is contained in:
@@ -3,17 +3,16 @@
|
||||
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 ];
|
||||
imports = [inputs.omp-nix.homeManagerModules.omp];
|
||||
|
||||
oh-my-pi = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
theme = "dark-gruvbox";
|
||||
symbolPreset = "nerd";
|
||||
|
||||
Reference in New Issue
Block a user