8 lines
126 B
Nix
8 lines
126 B
Nix
{...}: {
|
|
hardware = {
|
|
graphics = {
|
|
enable = true;
|
|
enable32Bit = true;
|
|
};
|
|
};
|
|
}
|