From 67a2632958886bab8403b273573bcfad992674d6 Mon Sep 17 00:00:00 2001 From: Soliprem Date: Tue, 15 Oct 2024 12:23:19 +0200 Subject: [PATCH] neorg: fixing capitalisation --- modules/plugins/notes/neorg/neorg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/notes/neorg/neorg.nix b/modules/plugins/notes/neorg/neorg.nix index eae7a3c1..24f9595b 100644 --- a/modules/plugins/notes/neorg/neorg.nix +++ b/modules/plugins/notes/neorg/neorg.nix @@ -20,7 +20,7 @@ in { type = submodule { options = { - enable = mkEnableOption "Wrapper to interface with several different completion engines."; + enable = mkEnableOption "wrapper to interface with several different completion engines."; config = { disable = mkOption { type = listOf str;