{ ... }: { imports = [ ../Generic/config.nix ]; config = { valhalla = { windows = { dualboot = { enable = true; linuxPercentage = 30; }; }; partition.os.partitions = { Boot.keepExisting = true; Windows = { index = 6; label = "OS"; format = "ntfs"; mountPoint = "/win"; mountOptions = ["force"]; keepExisting = true; }; }; hardware = { components = [ "ROG Zenith Extreme Alpha" ]; eyeX = true; amdCPU = true; nvidiaGPU = true; corsairDevice = true; elgatoWave = true; }; }; }; }