11 lines
165 B
Nix
11 lines
165 B
Nix
{...}: {
|
|
hardware = {
|
|
enableAllFirmware = true;
|
|
amdgpu.initrd.enable = true;
|
|
graphics = {
|
|
enable = true;
|
|
enable32Bit = true;
|
|
};
|
|
};
|
|
}
|