chore: upgrade to NixOS 23.05
This commit is contained in:
parent
028e515ec9
commit
e77fc1fe1d
16 changed files with 44 additions and 49 deletions
|
@ -1,13 +1,13 @@
|
|||
require("neorg").setup {
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.norg.concealer"] = {},
|
||||
["core.norg.completion"] = {
|
||||
["core.concealer"] = {},
|
||||
["core.completion"] = {
|
||||
config = {
|
||||
engine = "nvim-cmp",
|
||||
},
|
||||
},
|
||||
["core.norg.dirman"] = {
|
||||
["core.dirman"] = {
|
||||
config = {
|
||||
workspaces = {
|
||||
work = "~/notes/work",
|
||||
|
@ -15,12 +15,7 @@ require("neorg").setup {
|
|||
},
|
||||
},
|
||||
},
|
||||
["core.norg.qol.toc"] = {},
|
||||
["core.gtd.base"] = {
|
||||
config = {
|
||||
workspace = "home",
|
||||
},
|
||||
},
|
||||
["core.qol.toc"] = {},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue