test official nixpkgs-neorg-overlay

This commit is contained in:
megit 2024-06-02 16:28:03 +08:00
parent 9d04c6a199
commit a5a5ad0804
2 changed files with 23 additions and 10 deletions

View file

@ -1,12 +1,14 @@
# vim: ts=4:sts=0:sw=0:noet
{
pkgs-stable
pkgs
, pkgs-stable
, ... }:
{
plugins = {
neorg = {
enable = true;
package = pkgs-stable.vimPlugins.neorg;
# package = pkgs-stable.vimPlugins.neorg;
package = pkgs.vimPlugins.neorg;
modules = {
"core.defaults" = {}; # -- Loads default behaviour
"core.summary" = {};