diff --git a/home.nix b/home.nix index fad04ee..9cb87d5 100644 --- a/home.nix +++ b/home.nix @@ -8,7 +8,7 @@ cfg = config.neovim; in with lib; { - options = { + options.neovim = { enable = mkOption { type = with types; bool; default = true; diff --git a/nixos.nix b/nixos.nix index 9408e86..f026ee0 100644 --- a/nixos.nix +++ b/nixos.nix @@ -8,7 +8,7 @@ cfg = config.neovim; in with lib; { - options = { + options.neovim = { enable = mkOption { type = with types; bool; default = true;