{ ... }: { programs.nixvim.plugins.orgmode = { enable = true; settings = { org_agenda_files = "~/documents/notes/**/*"; org_default_notes_file = "~/documents/notes/index.org"; }; }; }