From f71adc2e659fd67c75270c628b44d86fa2663317 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 20 May 2026 09:34:29 -0400 Subject: SSSEEECCCUUURRREEE BBBOOOOOOTTT --- hosts/shinji/hardware.nix | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/shinji/hardware.nix b/hosts/shinji/hardware.nix index 88990f8..6fd6f95 100644 --- a/hosts/shinji/hardware.nix +++ b/hosts/shinji/hardware.nix @@ -11,12 +11,19 @@ # bootloader boot.loader = { efi.canTouchEfiVariables = true; - grub = { + limine = { enable = true; efiSupport = true; - device = "nodev"; - splashImage = config.theme.wallpaper; + secureBoot.enable = true; + maxGenerations = 10; + style = { + backdrop = config.theme.colors.base; + wallpapers = [ config.theme.wallpaper ]; + }; }; + + grub.enable = false; + systemd-boot.enable = false; }; # kernel modules -- cgit v1.3.1-freya