From e617b539e47b88c2c86c5283685250b67f78a930 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Sun, 25 Jan 2026 13:42:22 -0500 Subject: [PATCH] switch to limine boot --- system/default.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/system/default.nix b/system/default.nix index 2386cb2..d7361c9 100755 --- a/system/default.nix +++ b/system/default.nix @@ -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;