feat: save selected bootloader entry
This commit is contained in:
parent
61278a25fc
commit
a7d288ef9b
@ -14,6 +14,7 @@
|
||||
device = "nodev";
|
||||
configurationLimit = 5;
|
||||
useOSProber = true;
|
||||
default = "saved";
|
||||
theme = pkgs.sleek-grub-theme.override {
|
||||
withBanner = "welcome to ${config.networking.hostName}";
|
||||
withStyle = "dark";
|
||||
|
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"] = {}
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user