5 lines
88 B
Nix
5 lines
88 B
Nix
|
{ ... }: {
|
||
|
hardware.graphics.enable = true;
|
||
|
hardware.graphics.enable32Bit = true;
|
||
|
}
|