slab: add bootnext configuration
This commit is contained in:
parent
7cd9582990
commit
c668e796c6
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user