From c3e2869bd9e79772dbb39b691ea39c74b6741900 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 9 Nov 2024 12:49:48 +0100 Subject: fix(modules/nvim/plgs/neorg): Reactivate the calendar module `nvim` has by now reached version 0.10.0 in nixpkgs. --- modules/by-name/nv/nvim/plgs/neorg/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'modules') 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; + }; }; }; }; -- cgit 1.4.1