Disable Stylix styling for Neovim
This commit is contained in:
parent
a5c573d410
commit
8dbfdce095
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ in {
|
||||||
options.pim.neovim.enable = lib.mkEnableOption "neovim";
|
options.pim.neovim.enable = lib.mkEnableOption "neovim";
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
# Disable Stylix styling of Neovim,
|
||||||
|
# because we have a plugin for that.
|
||||||
|
stylix.targets.neovim.enable = false;
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue