test official nixpkgs-neorg-overlay
This commit is contained in:
parent
9d04c6a199
commit
a5a5ad0804
2 changed files with 23 additions and 10 deletions
|
|
@ -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" = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue