From f3dac6ebf3a62ae58ca7981fc152717c6556dc42 Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 18 Dec 2024 02:45:07 -0500 Subject: [PATCH] nullbox: add bootnext configuration --- hosts/nullbox/configuration.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hosts/nullbox/configuration.nix b/hosts/nullbox/configuration.nix index 8512bdc..094660b 100644 --- a/hosts/nullbox/configuration.nix +++ b/hosts/nullbox/configuration.nix @@ -65,6 +65,19 @@ }; }; common.remoteAccess.enable = true; + common.bootnext = { + enable = true; + entries = { + windows = { + name = "Windows Boot Manager"; + efiPartUUID = "6fc437f5-b917-42b2-9d5d-1439a14e105b"; + desktopEntry = { + name = "Windows"; + icon = "microsoft-windows"; + }; + }; + }; + }; # session = lib.mkDefault "hyprland"; session = lib.mkDefault "plasma"; hardware.nvidia.modesetting.enable = true;