From f71adc2e659fd67c75270c628b44d86fa2663317 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 20 May 2026 09:34:29 -0400 Subject: SSSEEECCCUUURRREEE BBBOOOOOOTTT --- flake.lock | 12 ++++++------ hosts/shinji/hardware.nix | 13 ++++++++++--- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 3a87b87..efef6ef 100644 --- a/flake.lock +++ b/flake.lock @@ -207,17 +207,17 @@ ] }, "locked": { - "lastModified": 1778531071, - "narHash": "sha256-Kmp1J8cqBmCRj8uv55PF6Xr/5dUuvY72tT94ReqlFTo=", - "owner": "scrapes", + "lastModified": 1778750252, + "narHash": "sha256-P3wwiIfqo89evW7xzI+wOI/qM1WPZBiiSmGNtBmYeVk=", + "owner": "outfoxxed", "repo": "hy3", - "rev": "d3c5bdf03be4acbd030d409fb322195f093e7e8f", + "rev": "a7282db2d7ca336d3c9faa5d10d75fc43eed37aa", "type": "github" }, "original": { - "owner": "scrapes", + "owner": "outfoxxed", + "ref": "hl0.55.0", "repo": "hy3", - "rev": "d3c5bdf03be4acbd030d409fb322195f093e7e8f", "type": "github" } }, 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