aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/by-name/nv/nvim/plgs/neorg/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/by-name/nv/nvim/plgs/neorg/default.nix b/modules/by-name/nv/nvim/plgs/neorg/default.nix
index 2f52d4fd..995f9601 100644
--- a/modules/by-name/nv/nvim/plgs/neorg/default.nix
+++ b/modules/by-name/nv/nvim/plgs/neorg/default.nix
@@ -57,11 +57,9 @@ in {
__empty = null;
};
- # TODO: Add this when the nvim version in nixpkgs is >= 0.10 <2023-08-29>
- #
- # "core.ui.calendar".config = {
- # __empty = null;
- # };
+ "core.ui.calendar".config = {
+ __empty = null;
+ };
};
};
};