fix(nvim): disable stylix styling
This commit is contained in:
parent
f295026a6a
commit
89ebb377bc
1 changed files with 6 additions and 3 deletions
|
@ -26,8 +26,11 @@ in
|
||||||
};
|
};
|
||||||
sizes.popups = 12;
|
sizes.popups = 12;
|
||||||
};
|
};
|
||||||
targets.plymouth = {
|
targets = {
|
||||||
logoAnimated = false;
|
plymouth = {
|
||||||
logo = cfg.bootLogo;
|
logoAnimated = false;
|
||||||
|
logo = cfg.bootLogo;
|
||||||
|
};
|
||||||
|
nixvim.enable = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue