diff --git a/modules/nvim-lazy/default.nix b/modules/nvim-lazy/default.nix index 063b762..66195ac 100644 --- a/modules/nvim-lazy/default.nix +++ b/modules/nvim-lazy/default.nix @@ -200,11 +200,9 @@ in type = types.bool; default = false; description = ''If set to true nvim will be installed with the plugins defined in programs.nvim-lazy.plugins.''; + package = lib.mkPackageOption pkgs "neovim" { + default = "neovim-unwrapped"; }; - package = mkOption { - type = types.package; - default = pkgs.neovim-unwrapped; - description = ''The neovim-unwrapped package to use.''; }; vPlug = mkOption { type = with types; lazyAttrsOf anything;