nullbox: add bootnext configuration
This commit is contained in:
parent
5183f69b39
commit
f3dac6ebf3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user