From e1b22efefddfd593d85c12450b302c6b93fbc1c1 Mon Sep 17 00:00:00 2001 From: derped Date: Thu, 28 Nov 2024 16:28:22 +0100 Subject: [PATCH] Fix option name in description: program -> programs --- modules/nvim-lazy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;