feat: save selected bootloader entry
This commit is contained in:
parent
61278a25fc
commit
a7d288ef9b
2 changed files with 8 additions and 0 deletions
7
home-manager/neovim/neorg.lua
Normal file
7
home-manager/neovim/neorg.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
local neorg = require("neorg")
|
||||
|
||||
neorg.setup({
|
||||
load = {
|
||||
["core.defaults"] = {}
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue