update org

This commit is contained in:
2025-01-27 16:23:43 -05:00
parent fea149e3ef
commit 150a60cf91
3 changed files with 45 additions and 24 deletions

View File

@@ -19,7 +19,7 @@ lib,
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
defaultEditor = true;
vimdiffAlias = true;
performance.combinePlugins.enable = true;
colorschemes = {
gruvbox = {
enable = true;
@@ -370,6 +370,13 @@ lib,
picker = "minipick";
};
};
orgmode = {
enable = true;
settings = {
org_agenda_files = "~/everything/**/*";
org_default_notes_file = "~/everything/refile.org";
};
};
render-markdown = {
enable = true;
};