switch to limine boot

This commit is contained in:
Sean Kovacs 2026-01-25 13:42:22 -05:00
commit e617b539e4
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -21,9 +21,20 @@
loader = {
timeout = 3;
systemd-boot = {
limine = {
enable = true;
configurationLimit = 3;
maxGenerations = 3;
extraConfig = ''
timeout: 3
'';
style = {
wallpapers = [ ];
backdrop = "#1e1e2e";
interface = {
branding = "kova's nixos!";
brandingColor = 5;
};
};
};
efi = {
canTouchEfiVariables = false;