aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/nv
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-09 12:49:48 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-09 12:54:54 +0100
commitc3e2869bd9e79772dbb39b691ea39c74b6741900 (patch)
tree356dc54d1df171407ca12a2c0df6df3be70cefd5 /modules/by-name/nv
parentfix(modules/nvim/plgs/neorg): Use updated version (diff)
downloadnixos-config-c3e2869bd9e79772dbb39b691ea39c74b6741900.zip
fix(modules/nvim/plgs/neorg): Reactivate the calendar module
`nvim` has by now reached version 0.10.0 in nixpkgs.
Diffstat (limited to 'modules/by-name/nv')
-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;
+ };
};
};
};