fix broken documentation

This commit is contained in:
Pedro Alves 2023-01-19 15:53:33 +00:00
parent 3f9effc575
commit 5b0e3623a0

View file

@ -10,7 +10,7 @@ in
plugins.dashboard = {
enable = mkEnableOption "Enable dashboard";
package = {
package = mkOption {
type = types.package;
default = pkgs.vimPlugins.dashboard-nvim;
description = "Plugin to use for dashboard-nvim";