mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 21:32:33 +02:00
Update
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
programs.nixvim.plugins = {
|
||||||
|
neorg = {
|
||||||
|
enable = true;
|
||||||
|
modules = {
|
||||||
|
"core.defaults" = { __empty = null; };
|
||||||
|
"core.dirman" = {
|
||||||
|
config = { workspaces = { home = "~/nextcloud/neorg"; }; };
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user