diff --git a/modules/nvim-lazy/default.nix b/modules/nvim-lazy/default.nix index 32172b6..a8c09c5 100644 --- a/modules/nvim-lazy/default.nix +++ b/modules/nvim-lazy/default.nix @@ -205,7 +205,7 @@ in enable = mkOption { type = types.bool; default = false; - description = ''If set to true nvim will be installed with the plugins defined in program.nvim-lazy.plugins.''; + description = ''If set to true nvim will be installed with the plugins defined in programs.nvim-lazy.plugins.''; }; luaRcContent = mkOption { type = types.str;