From 310e406dcb6c5603950b5432bcd8a6288198ec41 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 28 Aug 2023 14:40:39 +0200 Subject: Fix(hm/conf/nvim/plugins/neorg): Add entry to modules, to generate them --- hm/soispha/conf/nvim/plugins/neorg/default.nix | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'hm') diff --git a/hm/soispha/conf/nvim/plugins/neorg/default.nix b/hm/soispha/conf/nvim/plugins/neorg/default.nix index 74ab332d..c05570df 100644 --- a/hm/soispha/conf/nvim/plugins/neorg/default.nix +++ b/hm/soispha/conf/nvim/plugins/neorg/default.nix @@ -7,7 +7,7 @@ "core.defaults" = { __empty = null; }; - "core.metagen".config = { + "core.esupports.metagen".config = { type = "auto"; }; "core.journal".config = { @@ -29,15 +29,21 @@ "core.completion".config = { engine = "nvim-cmp"; }; - "core.concealer".config = {}; + "core.concealer".config = { + __empty = null; + }; "core.dirman".config = { workspaces = { general = "~/notes/general"; journal = "~/notes/journal"; }; }; - "core.export".config = {}; - "core.ui.calendar".config = {}; + "core.export".config = { + __empty = null; + }; + "core.ui.calendar".config = { + __empty = null; + }; }; }; } -- cgit 1.4.1