Update
This commit is contained in:
parent
fa6d5d50bd
commit
a8d37c3fcd
13
home/programs/nvim/plugins/neorg.nix
Normal file
13
home/programs/nvim/plugins/neorg.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
programs.nixvim.plugins = {
|
||||||
|
neorg = {
|
||||||
|
enable = true;
|
||||||
|
modules = {
|
||||||
|
"core.defaults" = { __empty = null; };
|
||||||
|
"core.dirman" = {
|
||||||
|
config = { workspaces = { home = "~/nextcloud/neorg"; }; };
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user