about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/home/conf/nvim/plgs/neorg/default.nix3
-rw-r--r--modules/system/home-manager/default.nix2
2 files changed, 4 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;
 
diff --git a/modules/system/home-manager/default.nix b/modules/system/home-manager/default.nix
index 23ba1a25..c3d65c0e 100644
--- a/modules/system/home-manager/default.nix
+++ b/modules/system/home-manager/default.nix
@@ -2,6 +2,7 @@
   config,
   lib,
   pkgs,
+  pkgsStable,
   nixpkgs_open_prs,
   sysLib,
   # extra information
@@ -32,6 +33,7 @@ in {
       extraSpecialArgs = {
         inherit
           nixpkgs_open_prs
+          pkgsStable
           sysLib
           # extra information