Fix option name in description: program -> programs
This commit is contained in:
parent
bb65c51755
commit
e1b22efefd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue