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;