10 lines
104 B
Nix
10 lines
104 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
hardware = {
|
||
|
graphics = {
|
||
|
enable = true;
|
||
|
enable32Bit = true;
|
||
|
};
|
||
|
};
|
||
|
}
|