switch to limine boot

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

View file

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