feat: save selected bootloader entry

main
mandlm 2024-04-15 22:08:11 +02:00
parent 61278a25fc
commit a7d288ef9b
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 8 additions and 0 deletions

View File

@ -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";

View File

@ -0,0 +1,7 @@
local neorg = require("neorg")
neorg.setup({
load = {
["core.defaults"] = {}
}
})