From c668e796c6ca9f148c2e02ad522cc305cbd1f8b7 Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 18 Dec 2024 23:12:58 -0500 Subject: [PATCH] slab: add bootnext configuration --- hosts/slab/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index 378836c..ed40e23 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -58,6 +58,17 @@ nixfiles = { profile.workstation.enable = true; common.remoteAccess.enable = true; + common.bootnext = { + enable = true; + entries.windows = { + name = "Windows Boot Manager"; + efiPartUUID = "c8505f55-1f48-47fc-9b3b-3ba16062cafd"; + desktopEntry = { + name = "Windows"; + icon = "microsoft-windows"; + }; + }; + }; hardware.opengl.enable = true; hardware.gps.enable = true; packageSets = {