feat: save selected bootloader entry
parent
61278a25fc
commit
a7d288ef9b
|
@ -14,6 +14,7 @@
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
configurationLimit = 5;
|
configurationLimit = 5;
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
|
default = "saved";
|
||||||
theme = pkgs.sleek-grub-theme.override {
|
theme = pkgs.sleek-grub-theme.override {
|
||||||
withBanner = "welcome to ${config.networking.hostName}";
|
withBanner = "welcome to ${config.networking.hostName}";
|
||||||
withStyle = "dark";
|
withStyle = "dark";
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
local neorg = require("neorg")
|
||||||
|
|
||||||
|
neorg.setup({
|
||||||
|
load = {
|
||||||
|
["core.defaults"] = {}
|
||||||
|
}
|
||||||
|
})
|
Loading…
Reference in New Issue