about summary refs log tree commit diff stats
path: root/modules/by-name/nv/nvim/plgs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-09 12:49:24 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-09 12:54:53 +0100
commitbbaecaf2d3f0d0b955f6cfc1dae1ff78b3f8fa20 (patch)
treee0fa0ae6793d685805a3eabd2d1fd77ebc9b93cb /modules/by-name/nv/nvim/plgs
parentrefactor(modules/legacy/conf/nvim): Move to `by-name` (diff)
downloadnixos-config-bbaecaf2d3f0d0b955f6cfc1dae1ff78b3f8fa20.tar.gz
nixos-config-bbaecaf2d3f0d0b955f6cfc1dae1ff78b3f8fa20.zip
fix(modules/nvim/plgs/neorg): Use updated version
Diffstat (limited to 'modules/by-name/nv/nvim/plgs')
-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;