From 6f327ab3acb0d3d73047519b34b814dfa01fc3bb Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <Zynh0722@gmail.com>
Date: Wed, 5 Mar 2025 00:38:29 -0800
Subject: [PATCH] llynx: grub

---
 hosts/llynx/hardware-configuration.nix | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/hosts/llynx/hardware-configuration.nix b/hosts/llynx/hardware-configuration.nix
index eea4436..05dc08a 100644
--- a/hosts/llynx/hardware-configuration.nix
+++ b/hosts/llynx/hardware-configuration.nix
@@ -32,7 +32,12 @@
   }];
 
   # Use the systemd-boot EFI boot loader.
-  boot.loader.systemd-boot.enable = true;
+  boot.loader.grub = {
+    enable = true;
+    efiSupport = true;
+    device = "nodev";
+    theme = pkgs.rose-pine-grub;
+  };
   boot.loader.efi.canTouchEfiVariables = false;
 
   # Enables DHCP on each ethernet and wireless interface. In case of scripted networking