fix: missing neovim option set

This commit is contained in:
Guz
2025-03-05 17:37:05 -03:00
parent 9b3a4fe3ca
commit 29ea2b6cdb
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
cfg = config.neovim;
in
with lib; {
options = {
options.neovim = {
enable = mkOption {
type = with types; bool;
default = true;

View File

@@ -8,7 +8,7 @@
cfg = config.neovim;
in
with lib; {
options = {
options.neovim = {
enable = mkOption {
type = with types; bool;
default = true;