nullbox: add bootnext configuration

This commit is contained in:
NullBite 2024-12-18 02:45:07 -05:00
parent 5183f69b39
commit f3dac6ebf3
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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;