about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hm/soispha/conf/nvim/plugins/neorg/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/hm/soispha/conf/nvim/plugins/neorg/default.nix b/hm/soispha/conf/nvim/plugins/neorg/default.nix
index c05570df..f9de8aa6 100644
--- a/hm/soispha/conf/nvim/plugins/neorg/default.nix
+++ b/hm/soispha/conf/nvim/plugins/neorg/default.nix
@@ -41,9 +41,11 @@
       "core.export".config = {
         __empty = null;
       };
-      "core.ui.calendar".config = {
-        __empty = null;
-      };
+      # TODO: Add this when the nvim version in nixpkgs is >= 0.10 <2023-08-29>
+      #
+      # "core.ui.calendar".config = {
+      #   __empty = null;
+      # };
     };
   };
 }