about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/by-name/nv/nvim/plgs/neorg/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/by-name/nv/nvim/plgs/neorg/default.nix b/modules/by-name/nv/nvim/plgs/neorg/default.nix
index cf046e06..2f52d4fd 100644
--- a/modules/by-name/nv/nvim/plgs/neorg/default.nix
+++ b/modules/by-name/nv/nvim/plgs/neorg/default.nix
@@ -1,7 +1,6 @@
 {
   config,
   lib,
-  pkgsStable,
   ...
 }: let
   cfg = config.soispha.programs.nvim;
@@ -12,7 +11,6 @@ in {
     ];
 
     neorg = {
-      package = pkgsStable.vimPlugins.neorg;
       enable = true;
       lazyLoading = true;