This commit is contained in:
Hadi 2024-07-05 08:49:18 +02:00
parent fa6d5d50bd
commit a8d37c3fcd

View File

@ -0,0 +1,13 @@
{
programs.nixvim.plugins = {
neorg = {
enable = true;
modules = {
"core.defaults" = { __empty = null; };
"core.dirman" = {
config = { workspaces = { home = "~/nextcloud/neorg"; }; };
};
};
};
};
}