slab: add bootnext configuration

This commit is contained in:
NullBite 2024-12-18 23:12:58 -05:00
parent 7cd9582990
commit c668e796c6
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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 = {