From 5ff4f86757a0c77c340b129d1565a8e9d6f52711 Mon Sep 17 00:00:00 2001
From: Benedikt Peetz <benedikt.peetz@b-peetz.de>
Date: Fri, 2 Aug 2024 10:58:21 +0200
Subject: fix(modules/home/nvim/plgs/nvim/neorg): Use stable version

The unstable version is missing an lua dependency
---
 modules/home/conf/nvim/plgs/neorg/default.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'modules/home/conf')

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;
 
-- 
cgit 1.4.1