diff options
Diffstat (limited to '')
-rw-r--r-- | modules/home/conf/nvim/plgs/neorg/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home/conf/nvim/plgs/neorg/default.nix b/modules/home/conf/nvim/plgs/neorg/default.nix index 8d8015da..7d61ce09 100644 --- a/modules/home/conf/nvim/plgs/neorg/default.nix +++ b/modules/home/conf/nvim/plgs/neorg/default.nix @@ -1,5 +1,6 @@ -{...}: { +{pkgsStable, ...}: { programs.nixvim.plugins.neorg = { + package = pkgsStable.vimPlugins.neorg; enable = true; lazyLoading = true; |