mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 09:10:32 +01:00
neorg config
This commit is contained in:
parent
801a32d43b
commit
cb9733c19f
|
@ -35,6 +35,33 @@
|
|||
};
|
||||
};
|
||||
plugins = {
|
||||
neorg = {
|
||||
enable = true;
|
||||
modules = {
|
||||
"core.defaults" = {
|
||||
__empty = null;
|
||||
};
|
||||
"core.dirman" = {
|
||||
config = {
|
||||
workspaces = {
|
||||
home = "~/notes/";
|
||||
};
|
||||
};
|
||||
};
|
||||
"core.concealer" = {
|
||||
__empty = null;
|
||||
};
|
||||
"core.export" = {
|
||||
__empty = null;
|
||||
};
|
||||
"core.export.markdown" = {
|
||||
__empty = null;
|
||||
};
|
||||
};
|
||||
};
|
||||
gitblame.enable = true;
|
||||
|
||||
|
||||
lspkind.enable = true;
|
||||
persistence = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue