diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-09 12:49:48 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-09 12:54:54 +0100 |
commit | c3e2869bd9e79772dbb39b691ea39c74b6741900 (patch) | |
tree | 356dc54d1df171407ca12a2c0df6df3be70cefd5 /modules/by-name/nv/nvim/plgs/neorg | |
parent | fix(modules/nvim/plgs/neorg): Use updated version (diff) | |
download | nixos-config-c3e2869bd9e79772dbb39b691ea39c74b6741900.tar.gz nixos-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/nvim/plgs/neorg')
-rw-r--r-- | modules/by-name/nv/nvim/plgs/neorg/default.nix | 8 |
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; + }; }; }; }; |