Fix option name in description: program -> programs

This commit is contained in:
Kevin Baensch 2024-11-28 16:28:22 +01:00
parent bb65c51755
commit e1b22efefd
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -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;